#include <unvalued_argument.hpp>
|
| | unvalued_argument () |
| |
| void | print (std::ostream *s, const int depth, const std::string prefix) |
| |
| void | print_help (std::ostream *s, const int depth, const bool recurse=false) |
| |
| bool | parse_args (std::vector< std::string > &args, std::ostream *out, std::ostream *err, bool &help_flag) |
| |
| bool | is_present () |
| |
| | argument () |
| |
| | argument (const std::string name) |
| |
| virtual | ~argument () |
| |
| std::string | name () const |
| |
| std::string | description () const |
| |
| virtual void | probe_args (argument *base_arg, std::stringstream &s) |
| |
| virtual void | find_arg (std::string name, 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 12 of file unvalued_argument.hpp.
| stan::gm::unvalued_argument::unvalued_argument |
( |
| ) |
|
|
inline |
| bool stan::gm::unvalued_argument::is_present |
( |
| ) |
|
|
inline |
| bool stan::gm::unvalued_argument::parse_args |
( |
std::vector< std::string > & |
args, |
|
|
std::ostream * |
out, |
|
|
std::ostream * |
err, |
|
|
bool & |
help_flag |
|
) |
| |
|
inlinevirtual |
| void stan::gm::unvalued_argument::print |
( |
std::ostream * |
s, |
|
|
const int |
depth, |
|
|
const std::string |
prefix |
|
) |
| |
|
inlinevirtual |
| void stan::gm::unvalued_argument::print_help |
( |
std::ostream * |
s, |
|
|
const int |
depth, |
|
|
const bool |
recurse = false |
|
) |
| |
|
inlinevirtual |
| bool stan::gm::unvalued_argument::_is_present |
|
protected |
The documentation for this class was generated from the following file: