Kannel: Open Source WAP and SMS gateway  svn-r5335
WsBcRec Struct Reference

#include <wsbc.h>

Data Fields

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

Detailed Description

Definition at line 186 of file wsbc.h.

Field Documentation

◆ constants

◆ function_names

WsBcFunctionName* WsBcRec::function_names

◆ functions

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().

◆ num_constants

◆ num_function_names

WsUInt8 WsBcRec::num_function_names

◆ num_functions

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().

◆ num_pragmas

WsUInt16 WsBcRec::num_pragmas

Definition at line 198 of file wsbc.h.

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

◆ pragmas

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().

◆ string_encoding

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.