Stan  2.14.0
probability, sampling & optimization
print_statement_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_PRINT_STATEMENT_DEF_HPP
2 #define STAN_LANG_AST_NODE_PRINT_STATEMENT_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 #include <vector>
6 
7 namespace stan {
8  namespace lang {
9 
11 
12  print_statement::print_statement(const std::vector<printable>& printables)
13  : printables_(printables) { }
14 
15  }
16 }
17 #endif
Probability, optimization and sampling library.
std::vector< printable > printables_
Sequence of printable objects.
print_statement()
Construct an empty print statement.

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