My Project
Public Member Functions | Public Attributes
list_node Struct Reference

#include <sql_list.h>

Inheritance diagram for list_node:
Sql_alloc

List of all members.

Public Member Functions

 list_node (void *info_par, list_node *next_par)

Public Attributes

list_nodenext
void * info

Detailed Description

list_node - a node of a single-linked list.

Note:
We never call a destructor for instances of this class.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines