Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

str_link_s Struct Reference

#include <defines.h>


Detailed Description

Specifies an element in a linked list containing string values. This data structure allows us to add new elements to the list without resizing, this optimizes performance with small amount of overhead.


Data Fields

char * str
char * str2
uint32 suppl
uint32 suppl2
uint8 suppl3
vector_widthrange
str_linknext


Field Documentation

str_link* str_link_s::next
 

Pointer to next str_link element

vector_width* str_link_s::range
 

Pointer to optional range information

char* str_link_s::str
 

String to store

char* str_link_s::str2
 

Addition string to store

uint32 str_link_s::suppl
 

32-bit additional information

uint32 str_link_s::suppl2
 

32-bit additional information

uint8 str_link_s::suppl3
 

8-bit additional information


The documentation for this struct was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4