#include <Enumerator.h>
Inheritance diagram for base::Enumerator< T >:
Public Member Functions | |
Enumerator (size_t sizeOfTable, T **theTable) | |
Constructor:. | |
T * | getNext () |
Enumeration: Enumerates all nodes in the table in an unspecified order. |
This is basically a wrapper for typed linkables.
|
Constructor:.
|
|
Enumeration: Enumerates all nodes in the table in an unspecified order.
|