Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wsbc.h>
Data Fields | |
WsBcConstantType | type |
union { | |
WsInt32 v_int | |
WsFloat v_float | |
WsUtf8String v_string | |
} | u |
WsBcConstantType WsBcConstantRec::type |
Definition at line 121 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().
union { ... } WsBcConstantRec::u |
Referenced by main(), 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().
WsFloat WsBcConstantRec::v_float |
Definition at line 126 of file wsbc.h.
Referenced by main(), ws_bc_add_const_float(), ws_bc_decode(), and ws_bc_encode().
WsInt32 WsBcConstantRec::v_int |
Definition at line 125 of file wsbc.h.
Referenced by main(), ws_bc_add_const_int(), ws_bc_decode(), and ws_bc_encode().
WsUtf8String WsBcConstantRec::v_string |
Definition at line 127 of file wsbc.h.
Referenced by main(), ws_bc_add_const_utf8_string(), ws_bc_decode(), ws_bc_encode(), and ws_bc_free().