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

str_sortentry Struct Reference
[str: Dynamically allocated string library.]

This struct is used to serve in lists of pointers into a string for sorting. More...

#include <str.h>


Data Fields

const char * str
unsigned long len


Detailed Description

This struct is used to serve in lists of pointers into a string for sorting.

Only used as parameters to the comparison function in str_sort


Field Documentation

unsigned long str_sortentry::len
 

Length of the string data to compare.

const char* str_sortentry::str
 

Pointer to the string data to compare.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 8 13:34:49 2006 for bglibs by  doxygen 1.4.4