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 namespace P6R {
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
34 typedef struct
35 {
36  const P6CHAR* pStart;
38 } P6SAX2STRING;
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 } // namespace
45 
46 
47 #endif
48 
49 
50 
51 
52 
53 
unsigned int P6UINT32
Definition: p6types.h:40
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:71