19 #ifndef RAPIDJSON_FWD_H_ 20 #define RAPIDJSON_FWD_H_ 28 template <
typename CharType>
30 template <
typename CharType>
32 template <
typename CharType>
34 template <
typename CharType>
36 template <
typename CharType>
38 template <
typename CharType>
40 template <
typename CharType>
42 template <
typename CharType>
44 template <
typename CharType>
47 template <
typename SourceEncoding,
typename TargetEncoding>
54 template <
typename BaseAllocator>
59 template <
typename Encoding>
64 template <
typename Encoding>
71 template <
typename Encoding,
typename Allocator>
86 template <
typename Allocator>
97 template <
typename Encoding,
typename Derived>
100 template <
typename SourceEncoding,
typename TargetEncoding,
101 typename StackAllocator>
108 template <
typename OutputStream,
typename SourceEncoding,
109 typename TargetEncoding,
typename StackAllocator,
unsigned writeFlags>
114 template <
typename OutputStream,
typename SourceEncoding,
115 typename TargetEncoding,
typename StackAllocator,
unsigned writeFlags>
120 template <
typename Encoding,
typename Allocator>
123 template <
bool Const,
typename Encoding,
typename Allocator>
126 template <
typename CharType>
129 template <
typename Encoding,
typename Allocator>
134 template <
typename Encoding,
typename Allocator,
typename StackAllocator>
143 template <
typename ValueType,
typename Allocator>
150 template <
typename SchemaDocumentType>
153 template <
typename ValueT,
typename Allocator>
160 template <
typename SchemaDocumentType,
typename OutputHandler,
161 typename StateAllocator>
170 #endif // RAPIDJSON_RAPIDJSONFWD_H_ GenericReader< UTF8< char >, UTF8< char >, CrtAllocator > Reader
GenericInsituStringStream< UTF8< char > > InsituStringStream
Represents an in-memory input byte stream.
Default implementation of Handler.
GenericSchemaValidator< SchemaDocument, BaseReaderHandler< UTF8< char >, void >, CrtAllocator > SchemaValidator
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
(Constant) member iterator for a JSON object value
Represents an in-memory output byte stream.
Represents a JSON value. Use Value for UTF8 encoding and default allocator.
Wrapper of C file stream for output using fwrite().
GenericMemoryBuffer< CrtAllocator > MemoryBuffer
GenericPointer< Value, CrtAllocator > Pointer
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
A document for parsing JSON text as DOM.
A read-write string stream.
GenericValue< UTF8< char >, MemoryPoolAllocator< CrtAllocator > > Value
UTF-16 big endian encoding.
GenericStringStream< UTF8< char > > StringStream
GenericStringBuffer< UTF8< char >, CrtAllocator > StringBuffer
UTF-32 big endian encoding.
C-runtime library allocator.
Represents an in-memory output stream.
GenericDocument< UTF8< char >, MemoryPoolAllocator< CrtAllocator >, CrtAllocator > Document
File byte stream for input using fread().
common definitions and configuration
IGenericRemoteSchemaDocumentProvider< SchemaDocument > IRemoteSchemaDocumentProvider
Name-value pair in a JSON object value.
Reference to a constant string (not taking a copy)
GenericSchemaDocument< Value, CrtAllocator > SchemaDocument
UTF-16 little endian encoding.
Default memory allocator used by the parser and DOM.
UTF-32 little endian enocoding.
Writer with indentation and spacing.