template <typename SchemaType>

class ISchemaStateFactory

Defined at line 260 of file ../../third_party/rapidjson/include/rapidjson/schema.h

////////////////////////////////////////////////////////////////////////////

ISchemaStateFactory

Public Methods

ISchemaValidator * CreateSchemaValidator (const SchemaType & , const bool inheritContinueOnErrors)
void DestroySchemaValidator (ISchemaValidator * validator)
void * CreateHasher ()
uint64_t GetHashCode (void * hasher)
void DestroryHasher (void * hasher)
void * MallocState (size_t size)
void FreeState (void * p)
void ~ISchemaStateFactory<SchemaType> ()

Defined at line 262 of file ../../third_party/rapidjson/include/rapidjson/schema.h