Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

SimpleList Struct Reference

This is the simle array-like list Sorry for the barbarous implementation, but as long as this simple list is considered temporary. More...

#include <simplelist.h>


Data Fields

size_t capacity
 Current capacity of the list.
unsigned count
 Current elements' count.
unsigned current
element_free_func free_element
 Pointer to the function that frees the element's memory.
void ** list
size_t size
 The size of the list's element.


Detailed Description

This is the simle array-like list Sorry for the barbarous implementation, but as long as this simple list is considered temporary.

..


Field Documentation

size_t SimpleList::capacity
 

Current capacity of the list.

Must be more or equal to the count of elements

unsigned SimpleList::count
 

Current elements' count.

unsigned SimpleList::current
 

element_free_func SimpleList::free_element
 

Pointer to the function that frees the element's memory.

void** SimpleList::list
 

size_t SimpleList::size
 

The size of the list's element.


The documentation for this struct was generated from the following file:
Generated on Wed Dec 27 16:52:30 2006 for VRB Online Server by  doxygen 1.4.4