Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LinkedList< T >::entry Struct Reference

List of all members.

Public Attributes

entrynext
data

template<class T = uint32_t>
struct LinkedList< T >::entry


Member Data Documentation

template<class T = uint32_t>
T LinkedList< T >::entry::data
 

Definition at line 9 of file LinkedList.h.

Referenced by LinkedList< uint32_t >::insert(), and LinkedList< uint32_t >::shift().

template<class T = uint32_t>
struct entry* LinkedList< T >::entry::next
 

Definition at line 8 of file LinkedList.h.

Referenced by LinkedList< uint32_t >::destroy(), LinkedList< uint32_t >::insert(), LinkedList< uint32_t >::print(), and LinkedList< uint32_t >::shift().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 28 11:08:40 2008 for PMaCInstrumentor by doxygen 1.3.5