#include <node.h>
Public Member Functions | |
| MapNode (void) | |
| ~MapNode () | |
Public Attributes | |
| MapNode< IndexType, DataType > * | nextPtr |
| MapNode< IndexType, DataType > * | prevPtr |
| DataType | data |
| IndexType | index |
seal::Map class. | seal::MapNode< IndexType, DataType >::MapNode | ( | void | ) | [inline] |
Constructor.
| seal::MapNode< IndexType, DataType >::~MapNode | ( | ) | [inline] |
Destructor.
| MapNode<IndexType, DataType>* seal::MapNode< IndexType, DataType >::nextPtr |
Pointer to the next MapNode in the map.
| MapNode<IndexType, DataType>* seal::MapNode< IndexType, DataType >::prevPtr |
Pointer to the previous MapNode in the map.
| DataType seal::MapNode< IndexType, DataType >::data |
The member which actually holds the data.
| IndexType seal::MapNode< IndexType, DataType >::index |
The index value of the node.
1.5.5