![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <arg_diag_e.hpp>
Public Member Functions | |
arg_diag_e () | |
![]() | |
unvalued_argument () | |
void | print (interface_callbacks::writer::base_writer &w, const int depth, const std::string &prefix) |
void | print_help (interface_callbacks::writer::base_writer &w, const int depth, const bool recurse=false) |
bool | parse_args (std::vector< std::string > &args, interface_callbacks::writer::base_writer &info, interface_callbacks::writer::base_writer &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, 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) |
Additional Inherited Members | |
![]() | |
static void | split_arg (const std::string &arg, std::string &name, std::string &value) |
![]() | |
bool | _is_present |
![]() | |
std::string | _name |
std::string | _description |
int | indent_width |
int | help_width |
Definition at line 9 of file arg_diag_e.hpp.
|
inline |
Definition at line 11 of file arg_diag_e.hpp.