|
Monero
|


Go to the source code of this file.
Namespaces | |
| namespace | internal |
Macros | |
| #define | RAPIDJSON_SCHEMA_USE_INTERNALREGEX 1 |
| #define | RAPIDJSON_SCHEMA_USE_STDREGEX 0 |
| #define | RAPIDJSON_SCHEMA_HAS_REGEX 0 |
| #define | RAPIDJSON_SCHEMA_VERBOSE 0 |
| #define | RAPIDJSON_INVALID_KEYWORD_VERBOSE(keyword) |
| #define | RAPIDJSON_INVALID_KEYWORD_RETURN(keyword) |
| #define | RAPIDJSON_STRING_(name, ...) |
| #define | RAPIDJSON_STRING_(name, ...) |
| #define | RAPIDJSON_SCHEMA_HANDLE_BEGIN_VERBOSE_() |
| #define | RAPIDJSON_SCHEMA_HANDLE_BEGIN_(method, arg1) |
| #define | RAPIDJSON_SCHEMA_HANDLE_PARALLEL_(method, arg2) |
| #define | RAPIDJSON_SCHEMA_HANDLE_END_(method, arg2) |
| #define | RAPIDJSON_SCHEMA_HANDLE_VALUE_(method, arg1, arg2) |
Typedefs | |
| typedef GenericSchemaDocument< Value > | SchemaDocument |
| GenericSchemaDocument using Value type. | |
| typedef IGenericRemoteSchemaDocumentProvider< SchemaDocument > | IRemoteSchemaDocumentProvider |
| IGenericRemoteSchemaDocumentProvider using SchemaDocument. | |
| typedef GenericSchemaValidator< SchemaDocument > | SchemaValidator |
| #define RAPIDJSON_INVALID_KEYWORD_RETURN | ( | keyword | ) |
| #define RAPIDJSON_INVALID_KEYWORD_VERBOSE | ( | keyword | ) |
| #define RAPIDJSON_SCHEMA_HANDLE_BEGIN_ | ( | method, | |
| arg1 ) |
| #define RAPIDJSON_SCHEMA_HANDLE_BEGIN_VERBOSE_ | ( | ) |
| #define RAPIDJSON_SCHEMA_HANDLE_END_ | ( | method, | |
| arg2 ) |
| #define RAPIDJSON_SCHEMA_HANDLE_PARALLEL_ | ( | method, | |
| arg2 ) |
| #define RAPIDJSON_SCHEMA_HANDLE_VALUE_ | ( | method, | |
| arg1, | |||
| arg2 ) |
| #define RAPIDJSON_SCHEMA_HAS_REGEX 0 |
| #define RAPIDJSON_SCHEMA_USE_INTERNALREGEX 1 |
| #define RAPIDJSON_SCHEMA_USE_STDREGEX 0 |
| #define RAPIDJSON_SCHEMA_VERBOSE 0 |
| #define RAPIDJSON_STRING_ | ( | name, | |
| ... ) |
| #define RAPIDJSON_STRING_ | ( | name, | |
| ... ) |
| typedef GenericSchemaDocument<Value> SchemaDocument |
GenericSchemaDocument using Value type.