|
typedef SchemaDocumentType::ValueType | ValueType |
|
typedef SchemaDocumentType::AllocatorType | AllocatorType |
|
typedef SchemaDocumentType::PointerType | PointerType |
|
typedef ValueType::EncodingType | EncodingType |
|
typedef EncodingType::Ch | Ch |
|
typedef SchemaValidationContext< SchemaDocumentType > | Context |
|
typedef Schema< SchemaDocumentType > | SchemaType |
|
typedef GenericValue< EncodingType, AllocatorType > | SValue |
|
|
| Schema (SchemaDocumentType *schemaDocument, const PointerType &p, const ValueType &value, const ValueType &document, AllocatorType *allocator) |
|
bool | BeginValue (Context &context) const |
|
RAPIDJSON_FORCEINLINE bool | EndValue (Context &context) const |
|
bool | Null (Context &context) const |
|
bool | Bool (Context &context, bool) const |
|
bool | Int (Context &context, int i) const |
|
bool | Uint (Context &context, unsigned u) const |
|
bool | Int64 (Context &context, int64_t i) const |
|
bool | Uint64 (Context &context, uint64_t u) const |
|
bool | Double (Context &context, double d) const |
|
bool | String (Context &context, const Ch *str, SizeType length, bool) const |
|
bool | StartObject (Context &context) const |
|
bool | Key (Context &context, const Ch *str, SizeType len, bool) const |
|
bool | EndObject (Context &context, SizeType memberCount) const |
|
bool | StartArray (Context &context) const |
|
bool | EndArray (Context &context, SizeType elementCount) const |
|
|
class | GenericSchemaDocument< ValueType, AllocatorType > |
|
The documentation for this class was generated from the following file: