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

#include <ast.hpp>

Public Types

typedef boost::variant
< boost::recursive_wrapper
< std::string >
, boost::recursive_wrapper
< expression > > 
printable_t
 

Public Member Functions

 printable ()
 
 printable (const expression &expression)
 
 printable (const std::string &msg)
 
 printable (const printable_t &printable)
 
 printable (const printable &printable)
 

Public Attributes

printable_t printable_
 

Detailed Description

Definition at line 256 of file ast.hpp.

Member Typedef Documentation

typedef boost::variant<boost::recursive_wrapper<std::string>, boost::recursive_wrapper<expression> > stan::gm::printable::printable_t

Definition at line 259 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::printable::printable ( )

Definition at line 589 of file ast_def.cpp.

stan::gm::printable::printable ( const expression expression)

Definition at line 590 of file ast_def.cpp.

stan::gm::printable::printable ( const std::string &  msg)

Definition at line 591 of file ast_def.cpp.

stan::gm::printable::printable ( const printable_t printable)

Definition at line 592 of file ast_def.cpp.

stan::gm::printable::printable ( const printable printable)

Definition at line 594 of file ast_def.cpp.

Member Data Documentation

printable_t stan::gm::printable::printable_

Definition at line 267 of file ast.hpp.


The documentation for this struct was generated from the following files:

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