![]() |
My Project
debian-1:4.1.1-p2+ds-4build2
|
#include <LinkedList.h>
Public Member Functions | |
void | initialize () |
Link * | head () |
const Link * | head () const |
Link * | tail () |
const Link * | tail () const |
bool | empty () const |
unsigned | size () const |
Link * | nth (unsigned n) |
void | activateAll () |
void | leaveOnly (const Link &link) |
Data Fields | |
Link * | _head |
Link * | _tail |
Definition at line 11 of file LinkedList.h.
Definition at line 48 of file LinkedList.cpp.
Definition at line 11 of file LinkedList.cpp.
Link* CxxTest::List::_head |
Definition at line 13 of file LinkedList.h.
Link* CxxTest::List::_tail |
Definition at line 14 of file LinkedList.h.