#include <sql_list.h>
List of all members.
Public Member Functions |
| list_node (void *info_par, list_node *next_par) |
Static Public Member Functions |
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 *) |
Public Attributes |
list_node * | next |
void * | info |
Detailed Description
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: