#include <iostream.h>#include "idltype.h"#include "Contained.h"Include dependency graph for TypedefDef.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Omniifr |
Defines | |
| #define | CASE_TYPEDEF |
| Used in switch statements that need to have a case for typedefs. | |
|
|
Value: case dk_Typedef: \ cerr<<"WARNING: kind==dk_Typedef. This should be impossible."<<endl; \ case dk_Union: \ case dk_Alias: \ case dk_Enum: \ case dk_Native: \ case dk_Struct: Rather than listing all of the typedef types, just use this macro instead. Definition at line 46 of file TypedefDef.h. Referenced by Omniifr::Repository_impl::canContain(), Omniifr::ModuleDef_impl::canContain(), and Omniifr::InterfaceDef_impl::canContain(). |
1.4.1