sc_list Struct Reference

Generic list object. Not meant to be used directly. More...

#include <si_std/list.h>

List of all members.

Public Attributes

sc_listNodehead
sc_listNode end
s_int32 nodeCount
sc_listNodeAllocator * nodeAllocator


Detailed Description

Generic list object. Not meant to be used directly.

See also:
listt.h for type-safe lists.

Member Data Documentation

The end node of the list

The head of the list

sc_listNodeAllocator* sc_list::nodeAllocator

allocator for list nodes

The count of nodes in the list


The documentation for this struct was generated from the following file:

doxygen