#include <definition.h>
Inheritance diagram for DefinitionList:
Public Member Functions | |
~DefinitionList () | |
DefType | definitionType () const |
int | compareItems (GCI item1, GCI item2) |
Definition at line 329 of file definition.h.
DefinitionList::~DefinitionList | ( | ) | [inline] |
Definition at line 332 of file definition.h.
DefType DefinitionList::definitionType | ( | ) | const [inline, virtual] |
Use this for dynamic inspection of the type of the derived class
Implements DefinitionIntf.
Definition at line 333 of file definition.h.
References DefinitionIntf::TypeSymbolList.
int DefinitionList::compareItems | ( | GCI | item1, | |
GCI | item2 | |||
) | [inline] |
Definition at line 334 of file definition.h.