#include <sql_list.h>
|
| list_node (void *info_par, list_node *next_par) |
|
|
static void * | operator new (size_t size) |
|
static void * | operator new (size_t size, Root &root) |
|
static void * | operator new (size_t size, Root *root) |
|
static void * | operator new[] (size_t size) |
|
static void * | operator new[] (size_t size, Root &root) |
|
static void * | operator new[] (size_t size, Root *root) |
|
static void | operator delete (void *) |
|
static void | operator delete (void *, Root &) |
|
static void | operator delete (void *, Root *) |
|
static void | operator delete[] (void *) |
|
static void | operator delete[] (void *, Root &) |
|
static void | operator delete[] (void *, Root *) |
|
list_node - a node of a single-linked list.
- Note
- We never call a destructor for instances of this class.
Definition at line 94 of file sql_list.h.
The documentation for this struct was generated from the following file: