Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CJson::CharReader
 CJson::OurCharReader
 CJson::OurCharReader
 CJson::CommentStyleScoped enums are not available until C++11
 Cstd::exceptionSTL class
 CJson::Exception
 CJson::LogicError
 CJson::RuntimeError
 CJson::CharReader::Factory
 CJson::CharReaderBuilderBuild a CharReader implementation
 CJson::StreamWriter::FactoryA simple abstract factory
 CJson::StreamWriterBuilderBuild a StreamWriter implementation
 CJson::FeaturesConfiguration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way
 CSPE::Mat_4termsStructure for 4 mats to have u_term, v_term, w_term, P_term Mat
 CJson::OurFeatures
 CJson::OurReader
 CJson::PathExperimental and untested: represents a "path" to access a node
 CJson::PathArgumentExperimental and untested: represents an element of the "path" to access a node
 CJson::ReaderUnserialize a JSON document into a Value
 CJson::SecureAllocator< T >::rebind< U >
 CJson::SecureAllocator< T >
 CSPE::SPEClass to contain various variables for SPE solution
 CJson::StaticStringLightweight wrapper to tag static string
 CJson::StreamWriter
 CJson::BuiltStyledStreamWriter
 CJson::BuiltStyledStreamWriter
 CJson::Reader::StructuredErrorAn error tagged with where in the JSON text it was encountered
 CJson::OurReader::StructuredError
 CJson::StyledStreamWriterWrites a Value in JSON format in a human friendly way, to a stream rather than to a string
 CJson::ValueRepresents a JSON value
 CJson::ValueIteratorBaseBase class for Value iterators
 CJson::ValueConstIteratorConst iterator for object and array value
 CJson::ValueIteratorIterator for object and array value
 CJson::WriterAbstract class for writers
 CJson::FastWriterOutputs a Value in JSON format without formatting (not human friendly)
 CJson::StyledWriterWrites a Value in JSON format in a human friendly way