#include <PVLE/Export.h>
#include <PVLE/Util/Util.h>
#include <boost/filesystem/path.hpp>
#include <boost/program_options.hpp>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | AppOptions |
Utilities for application options management, related to boost.program_options. | |
Functions | |
PVLE_EXPORT 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. |