JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Component/ValidValuesSpec.H>
Open/None valid values spec, anything that T can take is valid.
Definition at line 67 of file ValidValuesSpec.H.
Public Member Functions | |
ValidValuesSpecNone () | |
Construct with no specification, any value that T can take goes. | |
virtual | ~ValidValuesSpecNone () |
Destructor. | |
virtual bool | checkValueValidity (T const &val) const |
Check whether a proposed value is valid, here always returns true. | |
virtual std::string const | str () const |
Convert to a readable string. | |
Public Member Functions inherited from jevois::ValidValuesSpecBase< T > | |
ValidValuesSpecBase () | |
Construct, for the base class this is a no-op. | |
virtual | ~ValidValuesSpecBase () |
Destructor. | |
|
explicit |
Construct with no specification, any value that T can take goes.
|
virtual |
Destructor.
|
virtual |
Check whether a proposed value is valid, here always returns true.
Implements jevois::ValidValuesSpecBase< T >.
|
virtual |