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

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< printableprintables_
 Sequence of printable objects. More...
 

Detailed Description

AST node for print statements.

Definition at line 14 of file print_statement.hpp.

Constructor & Destructor Documentation

§ print_statement() [1/2]

stan::lang::print_statement::print_statement ( )

Construct an empty print statement.

Definition at line 10 of file print_statement_def.hpp.

§ print_statement() [2/2]

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

Construct a print statement with the specified sequence of printable objects.

Parameters
[in]printablessequence of printable objects

Definition at line 12 of file print_statement_def.hpp.

Member Data Documentation

§ printables_

std::vector<printable> stan::lang::print_statement::printables_

Sequence of printable objects.

Definition at line 31 of file print_statement.hpp.


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

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