00001 00036 #ifndef INC_MI32_SMLBASE_H 00037 #define INC_MI32_SMLBASE_H 00038 00039 #ifndef INC_SML_USAGE_H 00040 #include <sml/usage.h> 00041 #endif 00042 00043 #ifndef GENERATING_DOXYGEN_OUTPUT 00044 // Forward declarations 00045 00046 namespace SML { 00047 union ARG; 00048 struct CALLBACKSTRUCT; 00049 class CONTEXT; 00050 class SYMBOL; 00051 class CLASSMEMBER; 00052 class CLASS; 00053 } // end of SML namespace 00054 00055 typedef SML::ARG SMLARG; 00056 typedef SML::CONTEXT SMLCONTEXT; 00057 typedef SML::SYMBOL SMLSYMBOL; 00058 typedef SML::CALLBACKSTRUCT SMLCALLBACKSTRUCT; 00059 typedef SML::CLASS SMLCLASS; 00060 typedef SML::CLASSMEMBER SMLCLASSMEMBER; 00061 00062 #endif // GENERATING_DOXYGEN_OUTPUT 00063 00064 #endif // INC_MI32_SMLBASE_H
1.6.1