Changeset 406 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Mar 2, 2008, 4:36:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Compiler.h
r357 r406 10 10 #include <Delegate.h> 11 11 #include <Exception.h> 12 #include <../Enum.h> 12 13 13 14 class Compiler … … 141 142 std::string globalAreaProcName; 142 143 144 // 列挙型 145 EnumInfoCollection enumInfoCollection; 146 143 147 144 148 bool StringToType( const std::string &typeName, Type &type );
Note:
See TracChangeset
for help on using the changeset viewer.