Stan  2.10.0
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 902 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 1681 of file ast_def.cpp.

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

Definition at line 1683 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 903 of file ast.hpp.


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

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