- Timestamp:
- May 3, 2008, 11:53:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h
r538 r539 121 121 , isCompilingConstructor( false ) 122 122 , isCompilingDestructor( false ) 123 , pobj_NextClass( NULL )124 123 , cacheSize( 0 ) 125 124 { … … 140 139 , isCompilingConstructor( false ) 141 140 , isCompilingDestructor( false ) 142 , pobj_NextClass( NULL )143 141 , cacheSize( 0 ) 144 142 { … … 465 463 std::string GetStaticDefiningStringAsMemberOffsets() const; 466 464 void GetReferenceOffsetsInitializeBuffer( std::string &referenceOffsetsBuffer, int &numOfReference, int baseOffset = 0 ) const; 467 468 469 //線形リスト用470 CClass *pobj_NextClass;471 465 }; 472 466
Note:
See TracChangeset
for help on using the changeset viewer.