AboveMaximum(int64_t actual, const SValue &expected, bool exclusive)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
AboveMaximum(uint64_t actual, const SValue &expected, bool exclusive)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
AboveMaximum(double actual, const SValue &expected, bool exclusive)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
AddDependencySchemaError(const SValue &souceName, ISchemaValidator *subvalidator)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
AddExpectedType(const typename SchemaType::ValueType &expectedType)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
AddMissingDependentProperty(const SValue &targetName)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
AddMissingProperty(const SValue &name)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
BelowMinimum(int64_t actual, const SValue &expected, bool exclusive)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
BelowMinimum(uint64_t actual, const SValue &expected, bool exclusive)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
BelowMinimum(double actual, const SValue &expected, bool exclusive)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
Ch typedef | internal::IValidationErrorHandler< SchemaType > | |
Disallowed()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
DisallowedItem(SizeType index)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
DisallowedProperty(const Ch *name, SizeType length)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
DisallowedValue()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
DoesNotMatch(const Ch *str, SizeType length)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
DuplicateItems(SizeType index1, SizeType index2)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
EndDependencyErrors()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
EndDisallowedType(const typename SchemaType::ValueType &actualType)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
EndMissingDependentProperties(const SValue &sourceName)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
EndMissingProperties()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
NoneOf(ISchemaValidator **subvalidators, SizeType count)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
NotAllOf(ISchemaValidator **subvalidators, SizeType count)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
NotMultipleOf(int64_t actual, const SValue &expected)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
NotMultipleOf(uint64_t actual, const SValue &expected)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
NotMultipleOf(double actual, const SValue &expected)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
NotOneOf(ISchemaValidator **subvalidators, SizeType count)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
PropertyViolations(ISchemaValidator **subvalidators, SizeType count)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
StartDependencyErrors()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
StartDisallowedType()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
StartMissingDependentProperties()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
StartMissingProperties()=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
SValue typedef | internal::IValidationErrorHandler< SchemaType > | |
TooFewItems(SizeType actualCount, SizeType expectedCount)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
TooFewProperties(SizeType actualCount, SizeType expectedCount)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
TooLong(const Ch *str, SizeType length, SizeType expected)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
TooManyItems(SizeType actualCount, SizeType expectedCount)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
TooManyProperties(SizeType actualCount, SizeType expectedCount)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
TooShort(const Ch *str, SizeType length, SizeType expected)=0 | internal::IValidationErrorHandler< SchemaType > | pure virtual |
~IValidationErrorHandler() | internal::IValidationErrorHandler< SchemaType > | inlinevirtual |