LOOS 4.1.0
The Lightweight Object Oriented Structural analysis library/toolkit
|
Options common to all tools (including –fullhelp) More...
#include <OptionsFramework.hpp>
Public Member Functions | |
BasicOptions (const int i) | |
BasicOptions (const std::string &s) | |
BasicOptions (const int i, const std::string &s) | |
void | setFullHelp (const std::string &s) |
Public Member Functions inherited from loos::OptionsFramework::OptionsPackage | |
virtual void | addHidden (po::options_description &opts) |
Appends hidden options (these generally match positional) | |
virtual void | addPositional (po::positional_options_description &opts) |
Appends positional options. | |
virtual bool | postConditions (po::variables_map &map) |
Post-processing of options returning true if there were no problems, otherwise false. | |
virtual std::string | help () const |
Returns a slice of the example command-line in the help output. | |
Public Attributes | |
int | verbosity |
std::string | full_help |
Options common to all tools (including –fullhelp)