List< DATA > Class Template Reference

Inheritance diagram for List< DATA >:

SystemCode List of all members.

Public Member Functions

 List ()
 ~List ()
DATA & Insert (DATA x, BOOL _inc=TRUE)
DATA & Insert (DATA *x, BOOL _inc=TRUE)
DATA & Insert ()
BOOL Delete ()
BOOL Set (DATA x, BOOL _inc=TRUE)
BOOL Set (DATA *x, BOOL _inc=TRUE)
BOOL Get (DATA &x, BOOL _inc=TRUE)
BOOL Get (DATA *&x, BOOL _inc=TRUE)
void Push (DATA x)
BOOL Pop (DATA &x)
void fifoPush (DATA x)
BOOL fifoPop (DATA &x)
int Find (DATA x)
int Find (DATA *x)
BOOL Seek (int32 offset, int fromwhere)
DATA & operator[] (int)
DATA & operator= (DATA)

Public Attributes

uint32 Count
uint32 Offset
BOOL Eol

Detailed Description

template<class DATA>
class List< DATA >

Definition at line 6 of file list.hpp.


The documentation for this class was generated from the following file:
Generated on Mon Mar 5 09:49:15 2007 for DigiForce by  doxygen 1.4.7