Stan  2.10.0
probability, sampling & optimization
Public Types | Public Member Functions | Public Attributes | List of all members
stan::lang::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 290 of file ast.hpp.

Member Typedef Documentation

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

Definition at line 293 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::printable::printable ( )

Definition at line 738 of file ast_def.cpp.

stan::lang::printable::printable ( const expression expression)

Definition at line 739 of file ast_def.cpp.

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

Definition at line 740 of file ast_def.cpp.

stan::lang::printable::printable ( const printable_t printable)

Definition at line 741 of file ast_def.cpp.

stan::lang::printable::printable ( const printable printable)

Definition at line 743 of file ast_def.cpp.

Member Data Documentation

printable_t stan::lang::printable::printable_

Definition at line 301 of file ast.hpp.


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

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