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

WsBcRec Struct Reference

#include <wsbc.h>

Collaboration diagram for WsBcRec:

Collaboration graph
[legend]

Data Fields

WsBcStringEncoding string_encoding
WsUInt16 num_constants
WsBcConstantconstants
WsUInt16 num_pragmas
WsBcPragmapragmas
WsUInt8 num_function_names
WsBcFunctionNamefunction_names
WsUInt8 num_functions
WsBcFunctionfunctions

Field Documentation

WsBcConstant* WsBcRec::constants
 

Definition at line 195 of file wsbc.h.

Referenced by main(), ws_bc_add_const_empty_string(), ws_bc_add_const_float(), ws_bc_add_const_int(), ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsBcFunctionName* WsBcRec::function_names
 

Definition at line 204 of file wsbc.h.

Referenced by lookup_function(), main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsBcFunction* WsBcRec::functions
 

Definition at line 207 of file wsbc.h.

Referenced by main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsUInt16 WsBcRec::num_constants
 

Definition at line 194 of file wsbc.h.

Referenced by main(), ws_bc_add_const_empty_string(), ws_bc_add_const_float(), ws_bc_add_const_int(), ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsUInt8 WsBcRec::num_function_names
 

Definition at line 203 of file wsbc.h.

Referenced by lookup_function(), main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsUInt8 WsBcRec::num_functions
 

Definition at line 206 of file wsbc.h.

Referenced by main(), ws_bc_add_function(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsUInt16 WsBcRec::num_pragmas
 

Definition at line 198 of file wsbc.h.

Referenced by add_pragma(), main(), ws_bc_decode(), and ws_bc_encode().

WsBcPragma* WsBcRec::pragmas
 

Definition at line 199 of file wsbc.h.

Referenced by add_pragma(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().

WsBcStringEncoding WsBcRec::string_encoding
 

Definition at line 189 of file wsbc.h.

Referenced by ws_bc_alloc(), ws_bc_decode(), and ws_bc_encode().


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.