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

#include <ast.hpp>

Public Member Functions

 break_continue_statement ()
 
 break_continue_statement (const std::string &generate)
 

Public Attributes

std::string generate_
 

Detailed Description

Definition at line 981 of file ast.hpp.

Constructor & Destructor Documentation

§ break_continue_statement() [1/2]

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

Definition at line 1934 of file ast_def.cpp.

§ break_continue_statement() [2/2]

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

Definition at line 1935 of file ast_def.cpp.

Member Data Documentation

§ generate_

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

Definition at line 982 of file ast.hpp.


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

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