类列表
这里列出了所有类、结构、联合以及接口定义等,并附带简要说明:
[详情级别 123]
 NrapidjsonMain RapidJSON namespace
 CAllocatorConcept for allocating, resizing and freeing memory block
 CASCIIASCII encoding
 CAutoUTFDynamically select encoding according to stream's runtime-specified UTF encoding type
 CAutoUTFInputStreamInput stream wrapper with dynamically bound encoding and automatic encoding detection
 CAutoUTFOutputStreamOutput stream wrapper with dynamically bound encoding and automatic encoding detection
 CBaseReaderHandlerDefault implementation of Handler
 CCrtAllocatorC-runtime library allocator
 CEncodedInputStreamInput byte stream wrapper with a statically bound encoding
 CEncodedOutputStreamOutput byte stream wrapper with statically bound encoding
 CEncodingConcept for encoding of Unicode characters
 CFileReadStreamFile byte stream for input using fread()
 CFileWriteStreamWrapper of C file stream for input using fread()
 CGenericDocumentA document for parsing JSON text as DOM
 CGenericInsituStringStreamA read-write string stream
 CGenericMemberName-value pair in a JSON object value
 CGenericMemberIterator(Constant) member iterator for a JSON object value
 CGenericMemoryBufferRepresents an in-memory output byte stream
 CGenericReaderSAX-style JSON parser. Use Reader for UTF8 encoding and default allocator
 CGenericStringBufferRepresents an in-memory output stream
 CGenericStringRefReference to a constant string (not taking a copy)
 CGenericStringStreamRead-only string stream
 CGenericValueRepresents a JSON value. Use Value for UTF8 encoding and default allocator
 CHandlerConcept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process
 CMemoryPoolAllocatorDefault memory allocator used by the parser and DOM
 CMemoryStreamRepresents an in-memory input byte stream
 CParseResultResult of parsing (wraps ParseErrorCode)
 CPrettyWriterWriter with indentation and spacing
 CStreamConcept for reading and writing characters
 CStreamTraitsProvides additional information for stream
 CStreamTraits< GenericInsituStringStream< Encoding > >
 CStreamTraits< GenericStringStream< Encoding > >
 CTranscoderEncoding conversion
 CTranscoder< Encoding, Encoding >Specialization of Transcoder with same source and target encoding
 CUTF16UTF-16 encoding
 CUTF16BEUTF-16 big endian encoding
 CUTF16LEUTF-16 little endian encoding
 CUTF32UTF-32 encoding
 CUTF32BEUTF-32 big endian encoding
 CUTF32LEUTF-32 little endian enocoding
 CUTF8UTF-8 encoding
 CWriterJSON writer
 CLevelInformation for each nested level