Changeset 348 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Oct 12, 2007, 3:25:54 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Class.h
r347 r348 493 493 std::vector<long> vtblMasterList; 494 494 public: 495 int GetVtblMasterListIndex( const UserProc *pUserProc ) const; 496 int GetFuncNumInVtbl( const UserProc *pUserProc ) const; 495 void GetVtblMasterListIndexAndVtblIndex( const UserProc *pUserProc, int &vtblMasterListIndex, int &vtblIndex ) const; 497 496 long GetVtblMasterListOffset() const; 498 497 void GenerateVTableMasterList( const std::vector<long> &vtableMasterList, long &offset ); -
trunk/abdev/BasicCompiler_Common/include/Symbol.h
r271 r348 69 69 return name; 70 70 } 71 std::string GetFullName() const; 71 72 72 73 // シンボル比較
Note:
See TracChangeset
for help on using the changeset viewer.