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

wml_binary_t Struct Reference

Collaboration diagram for wml_binary_t:

Collaboration graph
[legend]

Data Fields

unsigned char wbxml_version
unsigned long wml_public_id
unsigned long character_set
unsigned long string_table_length
Liststring_table
Octstrwbxml_string

Field Documentation

unsigned long wml_binary_t::character_set
 

Definition at line 162 of file wml_compiler.c.

Referenced by wml_binary_create(), and wml_binary_output().

List* wml_binary_t::string_table
 

Definition at line 164 of file wml_compiler.c.

Referenced by wml_binary_create(), and wml_binary_destroy().

unsigned long wml_binary_t::string_table_length
 

Definition at line 163 of file wml_compiler.c.

Referenced by wml_binary_create(), and wml_binary_output().

Octstr* wml_binary_t::wbxml_string
 

Definition at line 165 of file wml_compiler.c.

Referenced by wml_binary_create(), wml_binary_destroy(), and wml_binary_output().

unsigned char wml_binary_t::wbxml_version
 

Definition at line 160 of file wml_compiler.c.

Referenced by wml_binary_create(), and wml_binary_output().

unsigned long wml_binary_t::wml_public_id
 

Definition at line 161 of file wml_compiler.c.

Referenced by wml_binary_create(), and wml_binary_output().


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.