SHORE API
|
This is the complete list of members for shore::program, including all inherited members.
add_option(const std::string &longshort, T *target, const std::string &info, const std::string &aux_info=std::string()) | shore::program | inline |
add_option(const std::string &longshort, T *target, const std::string &info, const OptionFlags def, const std::string &aux_info=std::string()) | shore::program | inline |
add_option(const std::string &longshort, const std::string &conflicts_with, T *target, const std::string &info, const std::string &aux_info=std::string()) | shore::program | inline |
add_option(const std::string &longshort, const std::string &conflicts_with, T *target, const std::string &info, const OptionFlags def, const std::string &aux_info=std::string()) | shore::program | inline |
add_residualargs(T *const target, const std::string &name, const OptionFlags def) | shore::program | inline |
add_residualargs(T *const target, const std::string &name="FILES", const std::string &conflicts_with=std::string(), const OptionFlags def=shore::OPT_NOTSET, typename boost::disable_if< boost::is_const< T > >::type *dummy=0) | shore::program | inline |
add_residualargs(const std::string &opt_id, const std::string &name) | shore::program | |
allow_mpi() | shore::program | protected |
basic_sanity_check() | shore::program | protectedvirtual |
get_commandline() const | shore::program | |
get_description() const | shore::program | virtual |
get_optionparser() | shore::program | |
get_optionparser() const | shore::program | |
get_programname() const | shore::program | |
get_uncaught_handler() | shore::program | |
is_altered(const void *const ptr) const | shore::program | |
main()=0 | shore::program | protectedpure virtual |
num_altered() const | shore::program | |
operator()(int ac, char **av) | shore::program | |
operator()(const std::string &command, const std::vector< std::string > &args) | shore::program | |
program() | shore::program | |
sanity_check() | shore::program | inlineprotectedvirtual |
set_configfile(const std::string &fn) | shore::program | |
set_description(const std::string &desc) | shore::program | |
set_helpcmd(const std::string &cmd) | shore::program | |
set_optiongroup(const std::string &g=std::string()) | shore::program | |
set_programname(const std::string &name) | shore::program | |
set_show_extended_help(const bool f) | shore::program | |
set_show_usage_description(const bool f) (defined in shore::program) | shore::program | |
set_title(const std::string &t) (defined in shore::program) | shore::program | |
set_usage_description(const std::string &desc) (defined in shore::program) | shore::program | |
shore::uncaught_handler (defined in shore::program) | shore::program | friend |
show_usage() const | shore::program | virtual |
shutdown_message() const (defined in shore::program) | shore::program | |
startup_message() const (defined in shore::program) | shore::program | |
status() const | shore::program | |
TMPDIR | shore::program | static |
usage_error typedef | shore::program | |
~program() | shore::program | inlinevirtual |