Changeset 133 in dev for BasicCompiler_Common/Class.cpp
- Timestamp:
- Jun 4, 2007, 8:57:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Class.cpp
r131 r133 157 157 , DestructorMemberSubIndex( 0 ) 158 158 , classType( Class ) 159 , isUsing( false )160 159 , pobj_InheritsClass( NULL ) 161 160 , ppobj_Member( NULL ) … … 228 227 } 229 228 230 bool CClass::IsUsing() const231 {232 return isUsing;233 }234 void CClass::Using() const235 {236 isUsing = true;237 }238 239 229 bool CClass::IsClass() const 240 230 { … … 786 776 { 787 777 return isCompilingDestructor; 788 }789 790 791 //自身と等しいクラスかどうかを確認792 bool CClass::IsEquals( const CClass *pClass ) const793 {794 if( this == pClass ) return true;795 return false;796 778 } 797 779
Note:
See TracChangeset
for help on using the changeset viewer.