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

#include <ast.hpp>

Public Member Functions

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

Public Attributes

std::vector< printableprintables_
 

Detailed Description

Definition at line 987 of file ast.hpp.

Constructor & Destructor Documentation

§ print_statement() [1/2]

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

Definition at line 1952 of file ast_def.cpp.

§ print_statement() [2/2]

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

Definition at line 1954 of file ast_def.cpp.

Member Data Documentation

§ printables_

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

Definition at line 988 of file ast.hpp.


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

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