Developer's Guide
Guide
Modules
Index
Files
v1.1.0.13094
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
;
37
P6UINT32
length
;
38
}
P6SAX2STRING
;
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
}
// namespace
45
46
47
#endif
48
49
50
51
52
53
P6R::P6UINT32
unsigned int P6UINT32
Definition:
p6types.h:40
p6err.h
Standard error codes.
P6R::P6SAX2STRING
To avoid having to copy strings or creating new strings we simply point into a set of buffers the sta...
Definition:
p6sax2types.h:34
P6R::P6SAX2STRING::length
P6UINT32 length
Definition:
p6sax2types.h:37
P6R::P6SAX2STRING::pStart
const P6CHAR * pStart
Definition:
p6sax2types.h:36
P6R::P6CHAR
char P6CHAR
Narrow character type.
Definition:
p6types.h:71
WINNT6.1_x86_OPT_64bit_vs2008.OBJ
src
p6sax2types.h
© 2004 - 2014 P6R Inc. - All Rights Reserved.