Public Member Functions | Public Attributes

zeus::TSingleLinkedList< T >::TSingleLinkedListElement Struct Reference

#include <SingleLinkedList.hpp>

List of all members.

Public Member Functions

 TSingleLinkedListElement (const T &rData)
 TSingleLinkedListElement (const T &rData, TSingleLinkedListElement *pNextPtr)

Public Attributes

tData
 data object to store
TSingleLinkedListElementpNext
 Pointer to the next elememt.

Detailed Description

template<class T>
struct zeus::TSingleLinkedList< T >::TSingleLinkedListElement

This structure represents the memory structure of the linked list


Constructor & Destructor Documentation

template<class T>
zeus::TSingleLinkedList< T >::TSingleLinkedListElement::TSingleLinkedListElement ( const T &  rData ) [inline]

Creates a container object

Parameters:
rData,:Data Element
template<class T>
zeus::TSingleLinkedList< T >::TSingleLinkedListElement::TSingleLinkedListElement ( const T &  rData,
TSingleLinkedListElement pNextPtr 
) [inline]

Creates a container Object, which points to a next element


Member Data Documentation

Pointer to the next elememt.

data object to store


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:40