Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6sax2types.h
Go to the documentation of this file.
1 
11 #ifndef P6SAX2TYPES_H__
12 #define P6SAX2TYPES_H__ 1
13 
14 #include "p6err.h"
15 
16 
17 #ifdef __cplusplus
18 namespace P6R {
19 extern "C" {
20 #endif
21 
34 typedef struct
35 {
36  const P6CHAR* pStart;
38 } P6SAX2STRING;
39 
40 #ifdef __cplusplus
41 }
42 } // namespace
43 #endif
44 
45 
46 #endif
47 
48 
49 
50 
51 
52 
uint32_t P6UINT32
Definition: p6types.h:77
Standard error codes.
To avoid having to copy strings or creating new strings we simply point into a set of buffers the sta...
Definition: p6sax2types.h:34
const P6CHAR * pStart
Definition: p6sax2types.h:36
char P6CHAR
Narrow character type.
Definition: p6types.h:105