Changeset 672 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Jun 29, 2008, 2:08:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Compiler.h
r636 r672 190 190 bool StringToType( const std::string &typeName, Type &type ); 191 191 const std::string TypeToString( const Type &type ); 192 193 // ジェネリック型の型パラメータ解決をサポートした上でSizeOf関数の戻り値を取得する 194 int SizeOf( const Type &type ); 192 195 193 196 void ClearCompilingUserProcAndClass();
Note:
See TracChangeset
for help on using the changeset viewer.