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

AST structure for break and continue statements. More...

#include <break_continue_statement.hpp>

Public Member Functions

 break_continue_statement ()
 Construct an uninitialized break or continue statement. More...
 
 break_continue_statement (const std::string &generate)
 Construct a break or continue statement that generates the specified string. More...
 

Public Attributes

std::string generate_
 Text to generate, "break" or "continue". More...
 

Detailed Description

AST structure for break and continue statements.

Definition at line 12 of file break_continue_statement.hpp.

Constructor & Destructor Documentation

§ break_continue_statement() [1/2]

stan::lang::break_continue_statement::break_continue_statement ( )

Construct an uninitialized break or continue statement.

Definition at line 10 of file break_continue_statement_def.hpp.

§ break_continue_statement() [2/2]

stan::lang::break_continue_statement::break_continue_statement ( const std::string &  generate)
explicit

Construct a break or continue statement that generates the specified string.

Parameters
generate"break" or "continue"

Definition at line 12 of file break_continue_statement_def.hpp.

Member Data Documentation

§ generate_

std::string stan::lang::break_continue_statement::generate_

Text to generate, "break" or "continue".

Definition at line 29 of file break_continue_statement.hpp.


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

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