assetQC
 All Classes Namespaces Files Functions Variables
Classes
assetQC::api::validator Namespace Reference

Classes

class  Validator

Detailed Description

Validator object used to validate data.

Given an asset instance validate the asset data.
Multiple validators can be used for each asset type.
Each validator is required to be completely agnostic to other validators.
Validator must not change the scene or must revert the the state before returning.

This is intended to be an object that defines a function which will return
true or false, if the data is valid or not.
 All Classes Namespaces Files Functions Variables