Stan  1.0
probability, sampling & optimization
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 222 of file ast.hpp.

Member Typedef Documentation

◆ printable_t

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

Definition at line 225 of file ast.hpp.

Constructor & Destructor Documentation

◆ printable() [1/5]

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

Definition at line 324 of file ast_def.cpp.

◆ printable() [2/5]

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

Definition at line 325 of file ast_def.cpp.

◆ printable() [3/5]

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

Definition at line 326 of file ast_def.cpp.

◆ printable() [4/5]

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

Definition at line 327 of file ast_def.cpp.

◆ printable() [5/5]

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

Definition at line 329 of file ast_def.cpp.

Member Data Documentation

◆ printable_

printable_t stan::gm::printable::printable_

Definition at line 233 of file ast.hpp.


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

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