#include <dictionary.h>
Inheritance diagram for goblinDictionary:
Public Member Functions | |
goblinDictionary (TIndex, TKey, goblinController &) throw () | |
~goblinDictionary () throw () | |
void | Init () throw () |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
char * | Display () const throw () |
TIndex | NMax () throw () |
TIndex | NZ () throw () |
TKey | Key (char *, TIndex=NoIndex) throw () |
void | ChangeKey (char *, TKey, TIndex=NoIndex, TOwnership=OWNED_BY_RECEIVER) throw (ERRejected) |
|
|
|
|
|
Reimplemented from managedObject. |
|
|
|
Unconditional display of data objects.
Reimplemented from managedObject. |
|
|
|
|
|
|
|
|
|
Implements goblinRootObject. |