Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
SLListElemC::SLListElemC(void)
SLListElemC::SLListElemC(const T &,SLListElemC *)
SLListElemC::Data(void)
SLListElemC::Data(void) const
SLListElemC::GetNext(void) const
SLListElemC::SetNext(SLListElemC *)
SLListElemC<class T>
 
Single Linked List data element.
 
include "amma/SLList.hh"
User Level:Default
Library:Hash1d
Example:exStack.cc
Section:Containers.Lists
In Scope:std

Variables:

T Hold;

SLListElemC * Next;

Methods:
SLListElemC()
Default constructor.

SLListElemC(const T & Init,SLListElemC<T> * nNext = 0)
Constructor.

T & Data()
Data access.

const T & Data() const
Constant data access.

SLListElemC<T> * GetNext(void) const
Get next in list.

void SetNext(SLListElemC<T> * nNext)
Set next in list.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001