#include <arg_test_grad_err.hpp>
|
| | arg_test_grad_err () |
| |
| bool | is_valid (double value) |
| |
| | singleton_argument () |
| |
| | singleton_argument (const std::string name) |
| |
| 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) |
| |
| T | value () |
| |
| bool | set_value (const T &value) |
| |
| std::string | print_value () |
| |
| std::string | print_valid () |
| |
| bool | is_default () |
| |
| virtual void | print (std::ostream *s, const int depth, const std::string prefix) |
| |
| virtual void | print_help (std::ostream *s, const int depth, const bool recurse=false) |
| |
| | argument () |
| |
| | argument (const std::string name) |
| |
| virtual | ~argument () |
| |
| std::string | name () const |
| |
| std::string | description () const |
| |
| virtual argument * | arg (const std::string name) |
| |
| int | compute_indent (const int depth) |
| |
Definition at line 10 of file arg_test_grad_err.hpp.
| stan::gm::arg_test_grad_err::arg_test_grad_err |
( |
| ) |
|
|
inline |
| bool stan::gm::arg_test_grad_err::is_valid |
( |
double |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: