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_adapt_delta Class Reference

#include <arg_adapt_delta.hpp>

Inheritance diagram for stan::gm::arg_adapt_delta:
stan::gm::singleton_argument< T > stan::gm::valued_argument stan::gm::argument

Public Member Functions

 arg_adapt_delta ()
 
bool is_valid (double value)
 
- Public Member Functions inherited from stan::gm::singleton_argument< T >
 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)
 
value ()
 
bool set_value (const T &value)
 
std::string print_value ()
 
std::string print_valid ()
 
bool is_default ()
 
- Public Member Functions inherited from stan::gm::valued_argument
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)
 
- Public Member Functions inherited from stan::gm::argument
 argument ()
 
 argument (const std::string name)
 
virtual ~argument ()
 
std::string name () const
 
std::string description () const
 
virtual argumentarg (const std::string name)
 
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 Member Functions inherited from stan::gm::singleton_argument< T >
virtual bool is_valid (T value)
 
- Protected Attributes inherited from stan::gm::singleton_argument< T >
std::string _validity
 
_value
 
_default_value
 
bool _constrained
 
_good_value
 
_bad_value
 
- Protected Attributes inherited from stan::gm::valued_argument
std::string _default
 
std::string _value_type
 
- Protected Attributes inherited from stan::gm::argument
std::string _name
 
std::string _description
 
int indent_width
 
int help_width
 

Detailed Description

Definition at line 10 of file arg_adapt_delta.hpp.

Constructor & Destructor Documentation

stan::gm::arg_adapt_delta::arg_adapt_delta ( )
inline

Definition at line 14 of file arg_adapt_delta.hpp.

Member Function Documentation

bool stan::gm::arg_adapt_delta::is_valid ( double  value)
inline

Definition at line 26 of file arg_adapt_delta.hpp.


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

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