![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Types | |
| enum | PatternValidatorType { kPatternValidatorOnly, kPatternValidatorWithProperty, kPatternValidatorWithAdditionalProperty } |
| typedef Schema< SchemaDocumentType > | SchemaType |
| typedef ISchemaStateFactory< SchemaType > | SchemaValidatorFactoryType |
| typedef IValidationErrorHandler< SchemaType > | ErrorHandlerType |
| typedef SchemaType::ValueType | ValueType |
| typedef ValueType::Ch | Ch |
Public Member Functions | |
| SchemaValidationContext (SchemaValidatorFactoryType &f, ErrorHandlerType &eh, const SchemaType *s) | |
Public Attributes | |
| SchemaValidatorFactoryType & | factory |
| ErrorHandlerType & | error_handler |
| const SchemaType * | schema |
| const SchemaType * | valueSchema |
| const Ch * | invalidKeyword |
| ValidateErrorCode | invalidCode |
| 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 |