#include <UniqueSetRaw.h>
Public Member Functions | |
| ~EntryGlob (void) | |
| void | clear (void) |
| EntryGlob< Elem > * | next (void) |
| EntryGlob< Elem > * | setNext (EntryGlob< Elem > *e) |
Static Public Member Functions | |
| void | clearChain (EntryGlob< Elem > *e) |
Friends | |
| class | UniqueSetIter<Elem> |
| class | UniqueSetRaw<Elem> |
|
||||||||||
|
Definition at line 91 of file UniqueSetRaw.h. 00091 { clear(); }
|
|
||||||||||
|
Definition at line 93 of file UniqueSetRaw.h. Referenced by Entry< ProxyElem >::removeSelf(), and Entry< ProxyElem >::~Entry(). 00093 { delete[] glob; }
|
|
||||||||||
|
Definition at line 101 of file UniqueSetRaw.h. 00101 {
00102 while(e) { EntryGlob<Elem> *tmp = e->next(); delete e; e = tmp; }
00103 }
|
|
||||||||||
|
Definition at line 95 of file UniqueSetRaw.h. Referenced by EntryGlob< ProxyElem >::clearChain(), and UniqueSetIter< T >::gotoUsed(). 00095 { return _next; }
|
|
||||||||||
|
Definition at line 97 of file UniqueSetRaw.h. 00097 {
00098 this->_next = e; return this;
00099 }
|
|
|||||
|
Definition at line 86 of file UniqueSetRaw.h. |
|
|||||
|
Definition at line 87 of file UniqueSetRaw.h. |
1.3.9.1