15#ifndef RAPIDJSON_FWD_H_
16#define RAPIDJSON_FWD_H_
24template <
typename CharType>
26template <
typename CharType>
28template <
typename CharType>
30template <
typename CharType>
32template <
typename CharType>
34template <
typename CharType>
36template <
typename CharType>
38template <
typename CharType>
40template <
typename CharType>
43template <
typename SourceEncoding,
typename TargetEncoding>
50template <
typename BaseAllocator>
55template <
typename Encoding>
60template <
typename Encoding>
67template <
typename Encoding,
typename Allocator>
82template <
typename Allocator>
93template <
typename Encoding,
typename Derived>
96template <
typename SourceEncoding,
typename TargetEncoding,
typename StackAllocator>
103template <
typename OutputStream,
104 typename SourceEncoding,
105 typename TargetEncoding,
106 typename StackAllocator,
112template <
typename OutputStream,
113 typename SourceEncoding,
114 typename TargetEncoding,
115 typename StackAllocator,
121template <
typename Encoding,
typename Allocator>
124template <
bool Const,
typename Encoding,
typename Allocator>
127template <
typename CharType>
130template <
typename Encoding,
typename Allocator>
135template <
typename Encoding,
typename Allocator,
typename StackAllocator>
142template <
typename ValueType,
typename Allocator>
149template <
typename SchemaDocumentType>
152template <
typename ValueT,
typename Allocator>
158template <
typename SchemaDocumentType,
typename OutputHandler,
typename StateAllocator>
C-runtime library allocator.
Definition allocators.h:83
File byte stream for input using fread().
Definition filereadstream.h:35
Wrapper of C file stream for output using fwrite().
Definition filewritestream.h:33
A document for parsing JSON text as DOM.
Definition document.h:3143
Name-value pair in a JSON object value.
Definition document.h:122
(Constant) member iterator for a JSON object value
Definition document.h:194
Represents a JSON Pointer. Use Pointer for UTF8 encoding and default allocator.
Definition pointer.h:76
SAX-style JSON parser. Use Reader for UTF8 encoding and default allocator.
Definition reader.h:604
JSON schema document.
Definition schema.h:2260
JSON Schema Validator.
Definition schema.h:3173
Represents an in-memory output stream.
Definition stringbuffer.h:42
Represents a JSON value. Use Value for UTF8 encoding and default allocator.
Definition document.h:822
Default memory allocator used by the parser and DOM.
Definition allocators.h:130
Writer with indentation and spacing.
Definition prettywriter.h:55
JSON writer.
Definition writer.h:99
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
Definition document.h:3124
GenericDocument< UTF8<> > Document
GenericDocument with UTF8 encoding.
Definition document.h:3611
GenericSchemaDocument< Value, CrtAllocator > SchemaDocument
Definition fwd.h:155
GenericPointer< Value, CrtAllocator > Pointer
Definition fwd.h:145
GenericSchemaValidator< SchemaDocument, BaseReaderHandler< UTF8< char >, void >, CrtAllocator > SchemaValidator
Definition fwd.h:162
GenericStringStream< UTF8< char > > StringStream
Definition fwd.h:58
GenericMemoryBuffer< CrtAllocator > MemoryBuffer
Definition fwd.h:85
GenericInsituStringStream< UTF8< char > > InsituStringStream
Definition fwd.h:63
GenericReader< UTF8< char >, UTF8< char >, CrtAllocator > Reader
Definition fwd.h:99
GenericStringBuffer< UTF8< char >, CrtAllocator > StringBuffer
Definition fwd.h:70
IGenericRemoteSchemaDocumentProvider< SchemaDocument > IRemoteSchemaDocumentProvider
Definition fwd.h:156
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
Definition rapidjson.h:121
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Definition rapidjson.h:124
common definitions and configuration
ASCII encoding.
Definition encodings.h:684
Dynamically select encoding according to stream's runtime-specified UTF encoding type.
Definition encodings.h:771
Default implementation of Handler.
Definition reader.h:208
A read-write string stream.
Definition stream.h:210
Represents an in-memory output byte stream.
Definition memorybuffer.h:39
Reference to a constant string (not taking a copy).
Definition document.h:417
Read-only string stream.
Definition stream.h:163
Represents an in-memory input byte stream.
Definition memorystream.h:42
Encoding conversion.
Definition encodings.h:823
UTF-16 big endian encoding.
Definition encodings.h:494
UTF-16 encoding.
Definition encodings.h:367
UTF-16 little endian encoding.
Definition encodings.h:456
UTF-32 big endian encoding.
Definition encodings.h:633
UTF-32 encoding.
Definition encodings.h:542
UTF-32 little endian enocoding.
Definition encodings.h:589
UTF-8 encoding.
Definition encodings.h:98