#include <LISTNODE.H>
Inherited by List< LayerClass * >, List< RefCountNodeClass * >, List< DataNode< T > * >, List< INISection * >, List< INIEntry * >, and List< T >.
Public Member Functions | |
| GenericList (void) | |
| virtual | ~GenericList (void) |
| GenericNode * | First (void) const |
| GenericNode * | First_Valid (void) const |
| GenericNode * | Last (void) const |
| GenericNode * | Last_Valid (void) const |
| bool | Is_Empty (void) const |
| void | Add_Head (GenericNode *node) |
| void | Add_Tail (GenericNode *node) |
| int | Get_Valid_Count (void) const |
Protected Attributes | |
| GenericNode | FirstNode |
| GenericNode | LastNode |
Definition at line 122 of file LISTNODE.H.
|
inline |
Definition at line 124 of file LISTNODE.H.
|
inlinevirtual |
Definition at line 129 of file LISTNODE.H.
|
inline |
Definition at line 150 of file LISTNODE.H.
|
inline |
Definition at line 151 of file LISTNODE.H.
|
inline |
Definition at line 135 of file LISTNODE.H.
|
inline |
Definition at line 136 of file LISTNODE.H.
|
inline |
Definition at line 154 of file LISTNODE.H.
|
inline |
Definition at line 149 of file LISTNODE.H.
|
inline |
Definition at line 142 of file LISTNODE.H.
|
inline |
Definition at line 143 of file LISTNODE.H.
|
protected |
Definition at line 166 of file LISTNODE.H.
|
protected |
Definition at line 167 of file LISTNODE.H.