Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
stan::gm::arg_optimize Class Reference

#include <arg_optimize.hpp>

Inheritance diagram for stan::gm::arg_optimize:
stan::gm::categorical_argument stan::gm::argument

Public Member Functions

 arg_optimize ()
 
- Public Member Functions inherited from stan::gm::categorical_argument
virtual ~categorical_argument ()
 
void print (std::ostream *s, const int depth, const std::string prefix)
 
void print_help (std::ostream *s, const int depth, const 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)
 
std::vector< argument * > & subarguments ()
 
argumentarg (const std::string name)
 
- 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::categorical_argument
std::vector< argument * > _subarguments
 
- Protected Attributes inherited from stan::gm::argument
std::string _name
 
std::string _description
 
int indent_width
 
int help_width
 

Detailed Description

Definition at line 14 of file arg_optimize.hpp.

Constructor & Destructor Documentation

stan::gm::arg_optimize::arg_optimize ( )
inline

Definition at line 18 of file arg_optimize.hpp.


The documentation for this class was generated from the following file:

     [ Stan Home Page ] © 2011–2014, Stan Development Team.