![]() |
Stan
2.5.0
probability, sampling & optimization
|
#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_ |
| typedef boost::variant<boost::recursive_wrapper<std::string>, boost::recursive_wrapper<expression> > stan::gm::printable::printable_t |
| 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.
| printable_t stan::gm::printable::printable_ |