|
libmoost
|
#include <option_validator.hpp>


Public Member Functions | |
| cfile (const std::string &file, bool must_exist) | |
| void | operator() (const boost::program_options::variables_map &vm, const constraints_map_t &constraints) const |
Private Attributes | |
| const bool | m_must_exist |
Definition at line 122 of file option_validator.hpp.
| moost::service::validator::cfile::cfile | ( | const std::string & | file, |
| bool | must_exist | ||
| ) | [inline] |
Definition at line 128 of file option_validator.hpp.
| void moost::service::validator::cfile::operator() | ( | const boost::program_options::variables_map & | vm, |
| const constraints_map_t & | constraints | ||
| ) | const [inline, virtual] |
Implements moost::service::validator::base.
Definition at line 134 of file option_validator.hpp.

const bool moost::service::validator::cfile::m_must_exist [private] |
Definition at line 125 of file option_validator.hpp.