#include <ListT.H>
Static Public Member Functions | |
static PairT< Value > * | New (const Value &first, PairT< Value > *tail) |
Public Attributes | |
Value | first |
PairT< Value > * | tail |
|
Definition at line 184 of file ListT.H. References PairT< Value >::first, NEW, and PairT< Value >::tail. Referenced by ListT< Value >::Append(), ListT< Value >::Append1(), ListT< Value >::Append1D(), ListT< Value >::Copy(), ListT< Value >::FirstN(), ListT< Value >::ListT(), and ListT< Value >::Reverse(). |
|
Definition at line 38 of file ListT.H. Referenced by ListT< Value >::FirstN(), ListT< Value >::Member(), PairT< Value >::New(), ListT< Value >::Nth(), ListT< Value >::operator==(), ListT< Value >::Reverse(), and ListT< Value >::SetNth(). |
|