API documentation  2.0rc1
Public Member Functions | List of all members
client::ValidityState Class Reference

#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 ()
 
ValidityStateget_prototype ()
 
void set_prototype (ValidityState *)
 
 ValidityState ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ ValidityState()

client::ValidityState::ValidityState ( )

Member Function Documentation

◆ get_badInput()

bool client::ValidityState::get_badInput ( )

◆ get_customError()

bool client::ValidityState::get_customError ( )

◆ get_patternMismatch()

bool client::ValidityState::get_patternMismatch ( )

◆ get_prototype()

ValidityState* client::ValidityState::get_prototype ( )

◆ get_rangeOverflow()

bool client::ValidityState::get_rangeOverflow ( )

◆ get_rangeUnderflow()

bool client::ValidityState::get_rangeUnderflow ( )

◆ get_stepMismatch()

bool client::ValidityState::get_stepMismatch ( )

◆ get_tooLong()

bool client::ValidityState::get_tooLong ( )

◆ get_tooShort()

bool client::ValidityState::get_tooShort ( )

◆ get_typeMismatch()

bool client::ValidityState::get_typeMismatch ( )

◆ get_valid()

bool client::ValidityState::get_valid ( )

◆ get_valueMissing()

bool client::ValidityState::get_valueMissing ( )

◆ set_prototype()

void client::ValidityState::set_prototype ( ValidityState )