Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

TmpClassInfo Struct Reference

Temporary structure used during topological ordering (ClassHierarchy::topologicalSort()). More...

List of all members.

Public Member Functions

 TmpClassInfo (FullClassInfo *classInfo)

Public Attributes

int parentsCount
list< FullClassInfo * > children


Detailed Description

Temporary structure used during topological ordering (ClassHierarchy::topologicalSort()).

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.


Constructor & Destructor Documentation

TmpClassInfo::TmpClassInfo FullClassInfo classInfo  )  [inline]
 

Simple constructor.


Member Data Documentation

int TmpClassInfo::parentsCount
 

Number of class parents who don't have their numbers assigned yet too.

list<FullClassInfo *> TmpClassInfo::children
 

List of this class children.


The documentation for this struct was generated from the following file:
Generated on Wed Aug 11 22:36:44 2004 for IOPC by Doxygen 1.3.6