►Ninternal | |
CBigInteger | |
CDecodedStream | |
CDiyFp | |
CDouble | |
►CGenericRegex | Regular expression engine with subset of ECMAscript grammar |
CFrag | |
CRange | |
CState | |
CGenericRegexSearch | |
►CHasher | |
►CNumber | |
CU | |
CISchemaStateFactory | |
CISchemaValidator | |
CIsGenericValue | |
CIsGenericValueImpl | |
CIsGenericValueImpl< T, typename Void< typename T::EncodingType >::Type, typename Void< typename T::AllocatorType >::Type > | |
CIValidationErrorHandler | |
►CSchema | |
CPatternProperty | |
CProperty | |
CSchemaArray | |
CSchemaValidationContext | |
CStack | A type-unsafe stack for storing different types of data |
CStreamLocalCopy | |
CStreamLocalCopy< Stream, 0 > | Keep reference |
CStreamLocalCopy< Stream, 1 > | Do copy optimization |
CTokenHelper | |
CTokenHelper< Stack, char > | |
CTypeHelper | |
CTypeHelper< ValueType, bool > | |
CTypeHelper< ValueType, const typename ValueType::Ch * > | |
CTypeHelper< ValueType, double > | |
CTypeHelper< ValueType, float > | |
CTypeHelper< ValueType, int > | |
CTypeHelper< ValueType, int64_t > | |
CTypeHelper< ValueType, typename ValueType::Array > | |
CTypeHelper< ValueType, typename ValueType::ConstArray > | |
CTypeHelper< ValueType, typename ValueType::ConstObject > | |
CTypeHelper< ValueType, typename ValueType::Object > | |
CTypeHelper< ValueType, uint64_t > | |
CTypeHelper< ValueType, unsigned > | |
►Nlivox_ros | |
CCommCache | |
CCommDevCanConfig | |
CCommDevConfig | |
CCommDevUartConfig | |
CCommDevUsbConfig | |
CCommPacket | |
CCommProtocol | |
CDataTypePointInfoPair | |
CDeviceItem | |
CExtrinsicParameter | |
CFrameHeader | |
CFrameHeaderV0 | |
CGpsPacket | |
CGpsPreamble | |
CGpsProtocol | |
CGpsProtocolConfig | |
CLddc | |
CLds | |
CLdsHub | |
CLdsLidar | |
CLdsLvx | |
CLdsStamp | |
CLidarDataQueue | |
CLidarDevice | |
CLidarPacketStatistic | |
CLivoxPointXyzr | |
CLivoxPointXyzrtl | |
CLvxFileDeviceInfo | |
CLvxFileDeviceInfoV0 | |
CLvxFileFrame | |
CLvxFileFrameV0 | |
CLvxFileHandle | |
CLvxFilePacket | |
CLvxFilePacketV0 | |
CLvxFilePrivateHeader | |
CLvxFilePrivateHeaderV0 | |
CLvxFilePublicHeader | |
COutPacketBuffer | |
CPointXyz | |
CProductTypePointInfoPair | |
CProtocol | |
CProtocolConfig | |
CSdkPacket | |
CSdkPreamble | |
CSdkProtocol | |
CSdkProtocolConfig | |
CSemaphore | |
CStoragePacket | |
CTimeSync | |
CTimeSyncConfig | |
CUserConfig | |
CUserRawConfig | |
CUserUart | |
►Nrapidjson | Main RapidJSON namespace |
CAllocator | Concept for allocating, resizing and freeing memory block |
CEncoding | Concept for encoding of Unicode characters |
CHandler | Concept 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 |
CStream | Concept for reading and writing characters |
►Nrapidxml | |
Cattribute_iterator | Iterator of child attributes of xml_node |
Cfile | Represents data loaded from a file |
►Cmemory_pool | |
Cheader | |
Cnode_iterator | Iterator of child nodes of xml_node |
Cparse_error | |
Cxml_attribute | |
Cxml_base | |
►Cxml_document | |
Cattribute_name_pred | |
Cattribute_value_pred | |
Cattribute_value_pure_pred | |
Cnode_name_pred | |
Ctext_pred | |
Ctext_pure_no_ws_pred | |
Ctext_pure_with_ws_pred | |
Cwhitespace_pred | |
Cxml_node | |
CASCII | ASCII encoding |
CAutoUTF | |
CAutoUTFInputStream | |
CAutoUTFOutputStream | |
CBaseReaderHandler | Default implementation of Handler |
CBasicIStreamWrapper | Wrapper of std::basic_istream into RapidJSON's Stream concept |
CBasicOStreamWrapper | Wrapper of std::basic_ostream into RapidJSON's Stream concept |
CCrtAllocator | C-runtime library allocator |
CCursorStreamWrapper | Cursor stream wrapper for counting line and column number if error exists |
CEncodedInputStream | Input byte stream wrapper with a statically bound encoding |
CEncodedInputStream< UTF8<>, MemoryStream > | Specialized for UTF8 MemoryStream |
CEncodedOutputStream | Output byte stream wrapper with statically bound encoding |
CFastCRC16 | |
CFastCRC32 | |
CFileReadStream | File byte stream for input using fread() |
CFileWriteStream | Wrapper of C file stream for output using fwrite() |
CGenericArray | Helper class for accessing Value of array type |
►CGenericDocument | A document for parsing JSON text as DOM |
CClearStackOnExit | |
CGenericInsituStringStream | A read-write string stream |
CGenericMember | Name-value pair in a JSON object value |
CGenericMemberIterator | (Constant) member iterator for a JSON object value |
CGenericMemoryBuffer | Represents an in-memory output byte stream |
CGenericObject | Helper class for accessing Value of object type |
►CGenericPointer | |
CPercentEncodeStream | |
CToken | A token is the basic units of internal representation |
►CGenericReader | |
CClearStackOnExit | |
CNumberStream | |
CNumberStream< InputStream, false, false > | |
CNumberStream< InputStream, true, false > | |
CNumberStream< InputStream, true, true > | |
CStackStream | |
►CGenericSchemaDocument | JSON schema document |
CSchemaEntry | |
CSchemaRefEntry | |
CGenericSchemaValidator | JSON Schema Validator |
CGenericStreamWrapper | A Stream Wrapper |
CGenericStringBuffer | Represents an in-memory output stream |
CGenericStringRef | Reference to a constant string (not taking a copy) |
CGenericStringStream | Read-only string stream |
►CGenericValue | Represents a JSON value. Use Value for UTF8 encoding and default allocator |
CArrayData | |
CData | |
CFlag | |
►CNumber | |
CI | |
CU | |
CObjectData | |
CShortString | |
CString | |
CIGenericRemoteSchemaDocumentProvider | |
Cimaxdiv_t | |
►CMemoryPoolAllocator | Default memory allocator used by the parser and DOM |
CChunkHeader | Chunk header for perpending to each chunk |
CMemoryStream | Represents an in-memory input byte stream |
CParseResult | Result of parsing (wraps ParseErrorCode) |
CPrettyWriter | Writer with indentation and spacing |
CSchemaValidatingReader | A helper class for parsing with validation |
CStreamTraits | Provides additional information for stream |
CStreamTraits< GenericInsituStringStream< Encoding > > | |
CStreamTraits< GenericStringStream< Encoding > > | |
CTranscoder | Encoding conversion |
CTranscoder< Encoding, Encoding > | Specialization of Transcoder with same source and target encoding |
CUTF16 | UTF-16 encoding |
CUTF16BE | UTF-16 big endian encoding |
CUTF16LE | UTF-16 little endian encoding |
CUTF32 | UTF-32 encoding |
CUTF32BE | UTF-32 big endian encoding |
CUTF32LE | UTF-32 little endian enocoding |
CUTF8 | UTF-8 encoding |
►CWriter | JSON writer |
CLevel | Information for each nested level |