JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:

#include <jevois/Component/ValidValuesSpec.H>

template<typename T>
class jevois::ValidValuesSpecNone< T >

Open/None valid values spec, anything that T can take is valid.

Definition at line 67 of file ValidValuesSpec.H.

Inheritance diagram for jevois::ValidValuesSpecNone< T >:
Collaboration diagram for jevois::ValidValuesSpecNone< T >:

Public Member Functions

 ValidValuesSpecNone ()
 Construct with no specification, any value that T can take goes. More...
 
virtual ~ValidValuesSpecNone ()
 Destructor. More...
 
virtual bool checkValueValidity (T const &val) const
 Check whether a proposed value is valid, here always returns true. More...
 
virtual const std::string str () const
 Convert to a readable string. More...
 
- Public Member Functions inherited from jevois::ValidValuesSpecBase< T >
 ValidValuesSpecBase ()
 Construct, for the base class this is a no-op. More...
 
virtual ~ValidValuesSpecBase ()
 Destructor. More...
 

Constructor & Destructor Documentation

◆ ValidValuesSpecNone()

template<typename T >
jevois::ValidValuesSpecNone< T >::ValidValuesSpecNone ( )
explicit

Construct with no specification, any value that T can take goes.

◆ ~ValidValuesSpecNone()

template<typename T >
virtual jevois::ValidValuesSpecNone< T >::~ValidValuesSpecNone ( )
virtual

Destructor.

Member Function Documentation

◆ checkValueValidity()

template<typename T >
virtual bool jevois::ValidValuesSpecNone< T >::checkValueValidity ( T const &  val) const
virtual

Check whether a proposed value is valid, here always returns true.

Implements jevois::ValidValuesSpecBase< T >.

◆ str()

template<typename T >
virtual const std::string jevois::ValidValuesSpecNone< T >::str ( ) const
virtual

Convert to a readable string.

Returns None:[]

Implements jevois::ValidValuesSpecBase< T >.


The documentation for this class was generated from the following file: