|
libmoost
|
#include <option_validator.hpp>


Public Member Functions | |
| cnumber (const T &num, const T &min, const T &max) | |
| void | operator() (const boost::program_options::variables_map &vm, const constraints_map_t &) const |
Private Attributes | |
| const T | m_min |
| const T | m_max |
Definition at line 160 of file option_validator.hpp.
| moost::service::validator::cnumber< T >::cnumber | ( | const T & | num, |
| const T & | min, | ||
| const T & | max | ||
| ) | [inline] |
Definition at line 167 of file option_validator.hpp.
| void moost::service::validator::cnumber< T >::operator() | ( | const boost::program_options::variables_map & | vm, |
| const constraints_map_t & | |||
| ) | const [inline, virtual] |
Implements moost::service::validator::base.
Definition at line 174 of file option_validator.hpp.

const T moost::service::validator::cnumber< T >::m_max [private] |
Definition at line 164 of file option_validator.hpp.
const T moost::service::validator::cnumber< T >::m_min [private] |
Definition at line 163 of file option_validator.hpp.