Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Examples  

fields Struct Reference

When a string is cut into fields, the fields are saved into a 'fields' structure. More...


Data Fields

int number_of_fields
 Number of field extracted from the string.

int size
 Number of allocated string. Please note that you can have 10 allocated fields, but only 7 are actually used to put fields.

char ** tabs


Detailed Description

When a string is cut into fields, the fields are saved into a 'fields' structure.
Examples:

test_s_split.c, and test_s_split_exact.c.

Definition at line 26 of file strings_utils.h.


Field Documentation

char** fields::tabs
 

The field tabs points to an array of strings. Each string contains one field.

Examples:
test_s_split.c, and test_s_split_exact.c.

Definition at line 33 of file strings_utils.h.

Referenced by date2timestamp(), free_fields(), IP2hex(), ip_address_to_num(), is_ip_address(), s_split(), and s_split_exact().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 3 16:23:47 2003 for Common_C_libraries by doxygen1.3-rc1