Ignore:
Timestamp:
Jun 29, 2008, 2:08:44 AM (16 years ago)
Author:
dai_9181
Message:

#171への対応。テンプレート展開後のクラスメソッドの実装で、SizeOf(T)が正常値を返さない不具合を修正(特にTが4バイト未満の型場合)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Compiler.h

    r636 r672  
    190190    bool StringToType( const std::string &typeName, Type &type );
    191191    const std::string TypeToString( const Type &type );
     192
     193    // ジェネリック型の型パラメータ解決をサポートした上でSizeOf関数の戻り値を取得する
     194    int SizeOf( const Type &type );
    192195
    193196    void ClearCompilingUserProcAndClass();
Note: See TracChangeset for help on using the changeset viewer.