Rudiments
|
Inherits linkedlistnode< dictionarynode< keytype, datatype > * >.
Additional Inherited Members | |
![]() | |
linkedlistnode () | |
virtual | ~linkedlistnode () |
void | setData (dictionarynode< keytype, datatype > *data) |
dictionarynode< keytype, datatype > * | getData () const |
int32_t | compare (dictionarynode< keytype, datatype > *data) const |
void | setPrevious (linkedlistnode< dictionarynode< keytype, datatype > * > *previous) |
void | setNext (linkedlistnode< dictionarynode< keytype, datatype > * > *next) |
linkedlistnode< dictionarynode < keytype, datatype > * > * | getPrevious () |
linkedlistnode< dictionarynode < keytype, datatype > * > * | getNext () |
void | print () const |