tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LLNode< T > Class Template Reference

#include <tm_list_set.hpp>

Collaboration diagram for LLNode< T >:

Private Member Functions

TRANSACTION_SAFE LLNode (const T val, LLNode< T > *next)
 

Private Attributes

const T val
 
LLNode< T > * next_node
 

Friends

class tm_list_set< T >
 

Constructor & Destructor Documentation

template<class T>
TRANSACTION_SAFE LLNode< T >::LLNode ( const T  val,
LLNode< T > *  next 
)
inlineprivate

Friends And Related Function Documentation

template<class T>
friend class tm_list_set< T >
friend

Member Data Documentation

template<class T>
LLNode<T>* LLNode< T >::next_node
private
template<class T>
const T LLNode< T >::val
private

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