#include <map>
#include <ostream>
#include <set>
#include <string>
#include <sstream>
#include <vector>
Go to the source code of this file.
|
| stan |
| Probability, optimization and sampling library.
|
|
| stan::io |
| Input/output utilities.
|
|
|
void | stan::io::pad_help_option (std::ostream *o, const std::string &option="", unsigned int width=20) |
| Print help option with padding. More...
|
|
void | stan::io::print_help_helper (std::ostream *o, const std::string &key_val, const std::string &msg, const std::string ¬e="") |
| Prints single print option to output ptr if non-null. More...
|
|
void | stan::io::print_help_option (std::ostream *o, const std::string &key, const std::string &value_type, const std::string &msg, const std::string ¬e="") |
| Prints single print option to output ptr if non-null. More...
|
|
template<> |
bool | stan::io::cmd_line::bare< std::string > (size_t n, std::string &x) const |
|
template<> |
bool | stan::io::cmd_line::val< std::string > (const std::string &key, std::string &x) const |
|