1 #ifndef STAN__GM__ARGUMENTS__UNVALUED__ARGUMENT__BETA
2 #define STAN__GM__ARGUMENTS__UNVALUED__ARGUMENT__BETA
19 void print(std::ostream* s,
const int depth,
const std::string prefix) {}
21 void print_help(std::ostream* s,
const int depth,
const bool recurse =
false) {
28 *s << indent <<
_name << std::endl;
34 bool parse_args(std::vector<std::string>& args, std::ostream* out,
35 std::ostream* err,
bool& help_flag) {
39 if ((args.back() ==
"help") || (args.back() ==
"help-all")) {
bool parse_args(std::vector< std::string > &args, std::ostream *out, std::ostream *err, bool &help_flag)
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)