Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

table Struct Reference

Collaboration diagram for table:

Collaboration graph
[legend]

Data Fields

long size
Octstr ** strings
long * numbers
int * versions
int linear

Field Documentation

int table::linear
 

Definition at line 87 of file wsp_strings.c.

Referenced by construct_linear_table(), construct_numbered_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().

long* table::numbers
 

Definition at line 85 of file wsp_strings.c.

Referenced by construct_linear_table(), construct_numbered_table(), destroy_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().

long table::size
 

Definition at line 83 of file wsp_strings.c.

Referenced by construct_linear_table(), construct_numbered_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().

Octstr** table::strings
 

Definition at line 84 of file wsp_strings.c.

Referenced by construct_linear_table(), construct_numbered_table(), destroy_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().

int* table::versions
 

Definition at line 86 of file wsp_strings.c.

Referenced by construct_linear_table(), construct_numbered_table(), destroy_table(), and string_to_versioned_number().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.