- Timestamp:
- May 25, 2015, 10:36:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/class/IdentifierManager.h
r10481 r10483 51 51 void addIdentifier(Identifier* identifier); 52 52 void removeIdentifier(Identifier* identifier); 53 54 unsigned int getUniqueClassId()55 { return this->classIDCounter_s++; }56 53 57 54 … … 110 107 111 108 int hierarchyCreatingCounter_s; //!< Bigger than zero if at least one Identifier stores its parents (its an int instead of a bool to avoid conflicts with multithreading) 112 unsigned int classIDCounter_s; //!< counter for the unique classIDs113 109 114 110 /// Used while creating the object hierarchy to keep track of the identifiers of a newly created object (and all other objects that get created as
Note: See TracChangeset
for help on using the changeset viewer.