Stan  2.14.0
probability, sampling & optimization
reject_statement.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_REJECT_STATEMENT_HPP
2 #define STAN_LANG_AST_NODE_REJECT_STATEMENT_HPP
3 
5 #include <string>
6 #include <vector>
7 
8 namespace stan {
9  namespace lang {
10 
19 
26  reject_statement(const std::vector<printable>& printables); // NOLINT
27 
31  std::vector<printable> printables_;
32  };
33 
34  }
35 }
36 #endif
Probability, optimization and sampling library.
AST node for the reject statement.
reject_statement()
Construct an empty reject statement.
std::vector< printable > printables_
Sequence of objects to print in output message.

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