internal::IValidationErrorHandler< SchemaType > Member List

This is the complete list of members for internal::IValidationErrorHandler< SchemaType >, including all inherited members.

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