tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RSTMList::Node Struct Reference
Collaboration diagram for RSTMList::Node:

Public Member Functions

 Node (int val=-1)
 
 Node (int val, Node *next)
 

Public Attributes

int m_val
 
Nodem_next
 

Constructor & Destructor Documentation

RSTMList::Node::Node ( int  val = -1)
inline
RSTMList::Node::Node ( int  val,
Node next 
)
inline

Member Data Documentation

Node* RSTMList::Node::m_next
int RSTMList::Node::m_val

The documentation for this struct was generated from the following file: