GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Public Types | |
enum | PatternValidatorType { kPatternValidatorOnly , kPatternValidatorWithProperty , kPatternValidatorWithAdditionalProperty } |
typedef Schema< SchemaDocumentType > | SchemaType |
typedef ISchemaStateFactory< SchemaType > | SchemaValidatorFactoryType |
typedef SchemaType::ValueType | ValueType |
typedef ValueType::Ch | Ch |
Public Member Functions | |
SchemaValidationContext (SchemaValidatorFactoryType &f, const SchemaType *s) | |
Public Attributes | |
SchemaValidatorFactoryType & | factory |
const SchemaType * | schema |
const SchemaType * | valueSchema |
const Ch * | invalidKeyword |
void * | hasher |
void * | arrayElementHashCodes |
ISchemaValidator ** | validators |
SizeType | validatorCount |
ISchemaValidator ** | patternPropertiesValidators |
SizeType | patternPropertiesValidatorCount |
const SchemaType ** | patternPropertiesSchemas |
SizeType | patternPropertiesSchemaCount |
PatternValidatorType | valuePatternValidatorType |
PatternValidatorType | objectPatternValidatorType |
SizeType | arrayElementIndex |
bool * | propertyExist |
bool | inArray |
bool | valueUniqueness |
bool | arrayUniqueness |