Functions | |
| PVLE_EXPORT void | write (const boost::program_options::variables_map &vm, const boost::program_options::options_description &desc, const boost::filesystem::path &file, const char *const strHeader=NULL) |
| Utility function to write a boost::program_options::variable_map to disk. | |
| std::ostream & | operator<< (std::ostream &stream, const boost::any &v) |
| Stream output for boost::any values, but only for those that are supposed to be used by boost.program_options. | |
| std::ostream& AppOptions::operator<< | ( | std::ostream & | stream, | |
| const boost::any & | v | |||
| ) |
Stream output for boost::any values, but only for those that are supposed to be used by boost.program_options.
Definition at line 37 of file AppOptions.cpp.
| void AppOptions::write | ( | const boost::program_options::variables_map & | vm, | |
| const boost::program_options::options_description & | desc, | |||
| const boost::filesystem::path & | file, | |||
| const char *const | strHeader = NULL | |||
| ) |
Utility function to write a boost::program_options::variable_map to disk.
Definition at line 50 of file AppOptions.cpp.
1.5.9