Go to the source code of this file.
|
template<typename T > |
static void | listappend (T *item, T *&list) |
|
template<typename T > |
static void | listremove (T *item, T *&list) |
|
template<typename T > |
static int | listcount (T *root) |
|
template<typename T > |
static void | clear (T &value) |
|
template<typename T >
static void clear |
( |
T & |
value | ) |
|
|
inlinestatic |
template<typename T >
static void listappend |
( |
T * |
item, |
|
|
T *& |
list |
|
) |
| |
|
inlinestatic |
template<typename T >
static int listcount |
( |
T * |
root | ) |
|
|
inlinestatic |
template<typename T >
static void listremove |
( |
T * |
item, |
|
|
T *& |
list |
|
) |
| |
|
inlinestatic |