![]() |
Stan
2.14.0
probability, sampling & optimization
|
AST node for print statements. More...
#include <print_statement.hpp>
Public Member Functions | |
print_statement () | |
Construct an empty print statement. More... | |
print_statement (const std::vector< printable > &printables) | |
Construct a print statement with the specified sequence of printable objects. More... | |
Public Attributes | |
std::vector< printable > | printables_ |
Sequence of printable objects. More... | |
AST node for print statements.
Definition at line 14 of file print_statement.hpp.
stan::lang::print_statement::print_statement | ( | ) |
Construct an empty print statement.
Definition at line 10 of file print_statement_def.hpp.
stan::lang::print_statement::print_statement | ( | const std::vector< printable > & | printables | ) |
Construct a print statement with the specified sequence of printable objects.
[in] | printables | sequence of printable objects |
Definition at line 12 of file print_statement_def.hpp.
std::vector<printable> stan::lang::print_statement::printables_ |
Sequence of printable objects.
Definition at line 31 of file print_statement.hpp.