My Project
|
#include <definition.h>
Public Member Functions | |
~DefinitionList () | |
DefType | definitionType () const |
int | compareValues (const Definition *item1, const Definition *item2) const |
Public Member Functions inherited from DefinitionIntf | |
DefinitionIntf () | |
virtual | ~DefinitionIntf () |
Additional Inherited Members | |
Public Types inherited from DefinitionIntf | |
enum | DefType { TypeClass = 0, TypeFile = 1, TypeNamespace = 2, TypeMember = 3, TypeGroup = 4, TypePackage = 5, TypePage = 6, TypeDir = 7, TypeSymbolList = 8 } |
A list of Definition objects.
Definition at line 381 of file definition.h.
|
inline |
Definition at line 384 of file definition.h.
|
inline |
Definition at line 386 of file definition.h.
References Definition::name().
|
inlinevirtual |
Use this for dynamic inspection of the type of the derived class
Implements DefinitionIntf.
Definition at line 385 of file definition.h.
References DefinitionIntf::TypeSymbolList.