OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
thrift_xml_protocol.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tag_stack_t
 
struct  ThriftXMLProtocol
 

Macros

#define TRUE   1
 
#define FALSE   0
 
#define MAX_XML_BUFFER_SIZE   256
 
#define MAX_XML_TAG_SIZE   128
 
#define MAX_TAG_STACK_SIZE   100
 

Enumerations

enum  tag_type_t { TAG_SANDESH, TAG_FIELD, TAG_LIST, TAG_MAX }
 

Functions

void thrift_xml_protocol_init (ThriftProtocol *protocol)
 

Macro Definition Documentation

#define FALSE   0

Definition at line 15 of file thrift_xml_protocol.h.

#define MAX_TAG_STACK_SIZE   100

Definition at line 19 of file thrift_xml_protocol.h.

#define MAX_XML_BUFFER_SIZE   256

Definition at line 17 of file thrift_xml_protocol.h.

#define MAX_XML_TAG_SIZE   128

Definition at line 18 of file thrift_xml_protocol.h.

#define TRUE   1

Definition at line 14 of file thrift_xml_protocol.h.

Enumeration Type Documentation

enum tag_type_t
Enumerator
TAG_SANDESH 
TAG_FIELD 
TAG_LIST 
TAG_MAX 

Definition at line 21 of file thrift_xml_protocol.h.

Function Documentation

void thrift_xml_protocol_init ( ThriftProtocol protocol)