Changeset 59 in dev for BasicCompiler_Common/Class.h


Ignore:
Timestamp:
Feb 21, 2007, 1:50:32 AM (17 years ago)
Author:
dai_9181
Message:

派生クラスから基底クラスへのインスタンスコピーまたは参照を可能にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Class.h

    r56 r59  
    170170    bool IsSubClass( CClass *pClass );
    171171
     172    //自身と等しいまたは派生クラスかどうかを確認
     173    bool IsEqualsOrSubClass( CClass *pClass );
     174
    172175
    173176    //線形リスト用
Note: See TracChangeset for help on using the changeset viewer.