#include <list.h>
Public Member Functions | |
FindStateHolder () | |
Public Attributes | |
atomic< NodeType< KeyType > * > * | prev |
NodeType< KeyType > * | cur |
NodeType< KeyType > * | next |
bool | isFound |
KeyType | Type of element stored in the NodeType |
amino::FindStateHolder< KeyType >::FindStateHolder | ( | ) | [inline] |
atomic<NodeType<KeyType>*>* amino::FindStateHolder< KeyType >::prev |
NodeType<KeyType>* amino::FindStateHolder< KeyType >::cur |
NodeType<KeyType>* amino::FindStateHolder< KeyType >::next |
bool amino::FindStateHolder< KeyType >::isFound |