#include <valued_argument.hpp>
|
virtual void | print (interface_callbacks::writer::base_writer &w, const int depth, const std::string &prefix) |
|
virtual void | print_help (interface_callbacks::writer::base_writer &w, const int depth, const bool recurse=false) |
|
virtual std::string | print_value ()=0 |
|
virtual std::string | print_valid ()=0 |
|
virtual bool | is_default ()=0 |
|
| argument () |
|
| argument (const std::string &name) |
|
virtual | ~argument () |
|
std::string | name () const |
|
std::string | description () const |
|
virtual bool | parse_args (std::vector< std::string > &args, interface_callbacks::writer::base_writer &info, interface_callbacks::writer::base_writer &err, bool &help_flag) |
|
virtual void | probe_args (argument *base_arg, interface_callbacks::writer::base_writer &w) |
|
virtual void | find_arg (const std::string &name, const std::string &prefix, std::vector< std::string > &valid_paths) |
|
virtual argument * | arg (const std::string &name) |
|
int | compute_indent (const int depth) |
|
|
static void | split_arg (const std::string &arg, std::string &name, std::string &value) |
|
Definition at line 10 of file valued_argument.hpp.
virtual bool stan::services::valued_argument::is_default |
( |
| ) |
|
|
pure virtual |
virtual std::string stan::services::valued_argument::print_valid |
( |
| ) |
|
|
pure virtual |
virtual std::string stan::services::valued_argument::print_value |
( |
| ) |
|
|
pure virtual |
std::string stan::services::valued_argument::_default |
|
protected |
std::string stan::services::valued_argument::_value_type |
|
protected |
The documentation for this class was generated from the following file: