|
bool | BeginValue (Context &context) const |
|
bool | Bool (Context &context, bool) const |
|
bool | Double (Context &context, double d) const |
|
bool | EndArray (Context &context, SizeType elementCount) const |
|
bool | EndObject (Context &context, SizeType memberCount) const |
|
RAPIDJSON_FORCEINLINE bool | EndValue (Context &context) const |
|
const PointerType & | GetPointer () const |
|
const SValue & | GetURI () const |
|
bool | Int (Context &context, int i) const |
|
bool | Int64 (Context &context, int64_t i) const |
|
bool | Key (Context &context, const Ch *str, SizeType len, bool) const |
|
bool | Null (Context &context) const |
|
| Schema (SchemaDocumentType *schemaDocument, const PointerType &p, const ValueType &value, const ValueType &document, AllocatorType *allocator) |
|
bool | StartArray (Context &context) const |
|
bool | StartObject (Context &context) const |
|
bool | String (Context &context, const Ch *str, SizeType length, bool) const |
|
bool | Uint (Context &context, unsigned u) const |
|
bool | Uint64 (Context &context, uint64_t u) const |
|
template<typename SchemaDocumentType>
class internal::Schema< SchemaDocumentType >
Definition at line 396 of file schema.h.