template<typename T>
struct arcs::aubo_scope::InputValidator< T >
Interface representing the input validators created by InputValidationFactory. This factory provides a set of standard input validators that can be used for validating the input entered by the user using the virtual keyboard/keypad.
If the standard validators available in the InputValidationFactory does not satisfy your needs, you are free to implement your own custom validator.
- Parameters
-
<T> | the (generic) type parameter for the interface representing the type of input data being validated (e.g. Integer or Double). |
Definition at line 28 of file input_validator.h.