![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| bool | get_badInput () |
| bool | get_customError () |
| bool | get_patternMismatch () |
| bool | get_rangeOverflow () |
| bool | get_rangeUnderflow () |
| bool | get_stepMismatch () |
| bool | get_tooLong () |
| bool | get_tooShort () |
| bool | get_typeMismatch () |
| bool | get_valid () |
| bool | get_valueMissing () |
| ValidityState * | get_prototype () |
| void | set_prototype (ValidityState *) |
| ValidityState () | |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| client::ValidityState::ValidityState | ( | ) |
| bool client::ValidityState::get_badInput | ( | ) |
| bool client::ValidityState::get_customError | ( | ) |
| bool client::ValidityState::get_patternMismatch | ( | ) |
| ValidityState* client::ValidityState::get_prototype | ( | ) |
| bool client::ValidityState::get_rangeOverflow | ( | ) |
| bool client::ValidityState::get_rangeUnderflow | ( | ) |
| bool client::ValidityState::get_stepMismatch | ( | ) |
| bool client::ValidityState::get_tooLong | ( | ) |
| bool client::ValidityState::get_tooShort | ( | ) |
| bool client::ValidityState::get_typeMismatch | ( | ) |
| bool client::ValidityState::get_valid | ( | ) |
| bool client::ValidityState::get_valueMissing | ( | ) |
| void client::ValidityState::set_prototype | ( | ValidityState * | ) |
1.8.13