▼CJson::CharReader | |
CJson::OurCharReader | |
CJson::OurCharReader | |
CJson::CommentStyle | Scoped enums are not available until C++11 |
▼Cstd::exception | STL class |
▼CJson::Exception | |
CJson::LogicError | |
CJson::RuntimeError | |
▼CJson::CharReader::Factory | |
CJson::CharReaderBuilder | Build a CharReader implementation |
▼CJson::StreamWriter::Factory | A simple abstract factory |
CJson::StreamWriterBuilder | Build a StreamWriter implementation |
CJson::Features | Configuration 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_4terms | Structure for 4 mats to have u_term, v_term, w_term, P_term Mat |
CJson::OurFeatures | |
CJson::OurReader | |
CJson::Path | Experimental and untested: represents a "path" to access a node |
CJson::PathArgument | Experimental and untested: represents an element of the "path" to access a node |
CJson::Reader | Unserialize a JSON document into a Value |
CJson::SecureAllocator< T >::rebind< U > | |
CJson::SecureAllocator< T > | |
CSPE::SPE | Class to contain various variables for SPE solution |
CJson::StaticString | Lightweight wrapper to tag static string |
▼CJson::StreamWriter | |
CJson::BuiltStyledStreamWriter | |
CJson::BuiltStyledStreamWriter | |
CJson::Reader::StructuredError | An error tagged with where in the JSON text it was encountered |
CJson::OurReader::StructuredError | |
CJson::StyledStreamWriter | Writes a Value in JSON format in a human friendly way, to a stream rather than to a string |
CJson::Value | Represents a JSON value |
▼CJson::ValueIteratorBase | Base class for Value iterators |
CJson::ValueConstIterator | Const iterator for object and array value |
CJson::ValueIterator | Iterator for object and array value |
▼CJson::Writer | Abstract class for writers |
CJson::FastWriter | Outputs a Value in JSON format without formatting (not human friendly) |
CJson::StyledWriter | Writes a Value in JSON format in a human friendly way |