![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <arg_test.hpp>
Public Member Functions | |
| arg_test () | |
Public Member Functions inherited from stan::gm::list_argument | |
| list_argument () | |
| ~list_argument () | |
| void | print (std::ostream *s, int depth, const std::string prefix) |
| void | print_help (std::ostream *s, int depth, bool recurse) |
| bool | parse_args (std::vector< std::string > &args, std::ostream *out, std::ostream *err, bool &help_flag) |
| virtual void | probe_args (argument *base_arg, std::stringstream &s) |
| void | find_arg (std::string name, std::string prefix, std::vector< std::string > &valid_paths) |
| bool | valid_value (std::string name) |
| argument * | arg (std::string name) |
| std::vector< argument * > & | values () |
| std::string | value () |
| std::string | print_value () |
| std::string | print_valid () |
| bool | is_default () |
Public Member Functions inherited from stan::gm::argument | |
| argument () | |
| argument (const std::string name) | |
| virtual | ~argument () |
| std::string | name () const |
| std::string | description () const |
| int | compute_indent (const int depth) |
Additional Inherited Members | |
Static Public Member Functions inherited from stan::gm::argument | |
| static void | split_arg (const std::string &arg, std::string &name, std::string &value) |
Protected Attributes inherited from stan::gm::list_argument | |
| int | _cursor |
| int | _default_cursor |
| std::vector< argument * > | _values |
Protected Attributes inherited from stan::gm::valued_argument | |
| std::string | _default |
| std::string | _value_type |
Protected Attributes inherited from stan::gm::argument | |
| std::string | _name |
| std::string | _description |
| int | indent_width |
| int | help_width |
Definition at line 12 of file arg_test.hpp.
|
inline |
Definition at line 16 of file arg_test.hpp.