#include <Util.h>
Collaboration diagram for ListNode:
Data Fields | |
void * | element |
ListNode * | next |
Definition at line 20 of file Util.h.
void* ListNode::element |
Definition at line 23 of file Util.h.
Referenced by List::append(), List::exists(), List::get(), ListIterator::getElement(), ListIterator::nextElement(), and List::remove().
Definition at line 24 of file Util.h.
Referenced by List::append(), List::exists(), List::get(), ListIterator::getElement(), ListIterator::nextElement(), List::remove(), and List::reset().