Go to the source code of this file.
Classes | |
struct | LLRP_SXMLTextDecoder |
struct | LLRP_SXMLTextDecoderStream |
struct | LLRP_SXMLTextEncoder |
struct | LLRP_SXMLTextEncoderStream |
Typedefs | |
typedef struct LLRP_SXMLTextDecoder | LLRP_tSXMLTextDecoder |
typedef struct LLRP_SXMLTextDecoderStream | LLRP_tSXMLTextDecoderStream |
typedef struct LLRP_SXMLTextEncoder | LLRP_tSXMLTextEncoder |
typedef struct LLRP_SXMLTextEncoderStream | LLRP_tSXMLTextEncoderStream |
Functions | |
LLRP_tSXMLTextDecoder * | LLRP_XMLTextDecoder_construct (const LLRP_tSTypeRegistry *pTypeRegistry, unsigned char *pBuffer, unsigned int nBuffer) |
LLRP_tSXMLTextEncoder * | LLRP_XMLTextEncoder_construct (unsigned char *pBuffer, unsigned int nBuffer) |
typedef struct LLRP_SXMLTextDecoder LLRP_tSXMLTextDecoder |
Definition at line 29 of file ltkc_xmltext.h.
typedef struct LLRP_SXMLTextDecoderStream LLRP_tSXMLTextDecoderStream |
Definition at line 30 of file ltkc_xmltext.h.
typedef struct LLRP_SXMLTextEncoder LLRP_tSXMLTextEncoder |
Definition at line 31 of file ltkc_xmltext.h.
typedef struct LLRP_SXMLTextEncoderStream LLRP_tSXMLTextEncoderStream |
Definition at line 32 of file ltkc_xmltext.h.
LLRP_tSXMLTextDecoder * LLRP_XMLTextDecoder_construct | ( | const LLRP_tSTypeRegistry * | pTypeRegistry, |
unsigned char * | pBuffer, | ||
unsigned int | nBuffer | ||
) |
Definition at line 343 of file ltkc_xmltextdecode.c.
LLRP_tSXMLTextEncoder * LLRP_XMLTextEncoder_construct | ( | unsigned char * | pBuffer, |
unsigned int | nBuffer | ||
) |
Definition at line 374 of file ltkc_xmltextencode.c.