List of all members.
Public Member Functions |
const int | count (void) const |
const int | empty (void) const |
Z * | find (const int i) |
Z * | first (void) |
const int | insert (Z *d, int i=-1) |
Z * | last (void) |
| LinkedList (Z *d=0) |
Z * | remove (const int i) |
const int | remove (Z *d) |
Protected Member Functions |
const int | insert (void *, int=-1) |
const int | remove (void *) |
Detailed Description
template<class Z>
class LinkedList< Z >
Definition at line 103 of file LinkedList.hh.
The documentation for this class was generated from the following file: