Stan  2.14.0
probability, sampling & optimization
break_continue_statement_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_BREAK_CONTINUE_STATEMENT_DEF_HPP
2 #define STAN_LANG_AST_NODE_BREAK_CONTINUE_STATEMENT_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 #include <string>
6 
7 namespace stan {
8  namespace lang {
9 
11 
13  : generate_(s) { }
14 
15  }
16 }
17 #endif
std::string generate_
Text to generate, "break" or "continue".
Probability, optimization and sampling library.
break_continue_statement()
Construct an uninitialized break or continue statement.

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