Jive reference manual
List of all members | Public Types | Public Member Functions | Public Attributes
jem::util::ListEntry< T > Class Template Reference

#include <jem/util/List.h>

Inheritance diagram for jem::util::ListEntry< T >:
Inheritance graph

Public Types

typedef T ValueType
 

Public Member Functions

 ListEntry (const T &val)
 
- Public Member Functions inherited from jem::util::ListNode
 ListNode ()
 
 ~ListNode ()
 
void unlink ()
 
void pushFront (ListNode *node)
 
void pushBack (ListNode *node)
 
ListNodenext () const
 
ListNodeprev () const
 

Public Attributes

value
 

Member Typedef Documentation

template<class T >
typedef T jem::util::ListEntry< T >::ValueType

Constructor & Destructor Documentation

template<class T >
jem::util::ListEntry< T >::ListEntry ( const T &  val)
explicit

Member Data Documentation

template<class T >
T jem::util::ListEntry< T >::value