Changeset 628 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 29, 2008, 1:36:02 AM (16 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Compiler.h
r622 r628 184 184 185 185 186 ActiveBasic::Compiler::Error::StringToTypeErrorCode::EnumType StringToTypeEx( const std::string &typeName, Type &type, bool isResolveGenerics = false ); 186 187 bool StringToType( const std::string &typeName, Type &type ); 187 188 const std::string TypeToString( const Type &type );
Note:
See TracChangeset
for help on using the changeset viewer.