Changeset 59 in dev for BasicCompiler_Common/Class.cpp
- Timestamp:
- Feb 21, 2007, 1:50:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Class.cpp
r57 r59 540 540 } 541 541 return false; 542 } 543 544 //自身と等しいまたは派生クラスかどうかを確認 545 bool CClass::IsEqualsOrSubClass( CClass *pClass ){ 546 if( IsEquals( pClass ) ) return true; 547 return IsSubClass( pClass ); 542 548 } 543 549
Note:
See TracChangeset
for help on using the changeset viewer.