Stan  2.14.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::reject_statement Struct Reference

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< printableprintables_
 Sequence of objects to print in output message. More...
 

Detailed Description

AST node for the reject statement.

Definition at line 14 of file reject_statement.hpp.

Constructor & Destructor Documentation

§ reject_statement() [1/2]

stan::lang::reject_statement::reject_statement ( )

Construct an empty reject statement.

Definition at line 10 of file reject_statement_def.hpp.

§ reject_statement() [2/2]

stan::lang::reject_statement::reject_statement ( const std::vector< printable > &  printables)

Construct a reject statement from the specified sequence of printable objects.

Parameters
[in]printablessequence of items to print

Definition at line 12 of file reject_statement_def.hpp.

Member Data Documentation

§ printables_

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.


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

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