Public Member Functions | |
TmpClassInfo (FullClassInfo *classInfo) | |
Public Attributes | |
int | parentsCount |
list< FullClassInfo * > | children |
Represents one class that doesn't have yet its number in the ordering assigned.
FullClassInfo * pointers are used as keys in the map that contains instances of this class as values.
|
Simple constructor.
|
|
Number of class parents who don't have their numbers assigned yet too.
|
|
List of this class children.
|