#include <list.h>
Public Member Functions | |
| NodeType () | |
| Constructor. construct a node. | |
| NodeType (const KeyType &val) | |
| Constructor. construct a node. | |
Public Attributes | |
| KeyType | data |
| atomic< NodeType< KeyType > * > | next |
| KeyType | Type of element stored in it |
| amino::NodeType< KeyType >::NodeType | ( | ) | [inline] |
Constructor. construct a node.
| amino::NodeType< KeyType >::NodeType | ( | const KeyType & | val | ) | [inline] |
| KeyType amino::NodeType< KeyType >::data |
| atomic<NodeType<KeyType>*> amino::NodeType< KeyType >::next |
1.5.6