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