IN2OSM  1.0.1
IValidationErrorHandler< SchemaType > Member List

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

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