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

#include <ast.hpp>

Public Member Functions

 for_statement ()
 
 for_statement (std::string &variable, range &range, statement &stmt)
 

Public Attributes

std::string variable_
 
range range_
 
statement statement_
 

Detailed Description

Definition at line 954 of file ast.hpp.

Constructor & Destructor Documentation

§ for_statement() [1/2]

stan::lang::for_statement::for_statement ( )

Definition at line 1917 of file ast_def.cpp.

§ for_statement() [2/2]

stan::lang::for_statement::for_statement ( std::string &  variable,
range range,
statement stmt 
)

Definition at line 1919 of file ast_def.cpp.

Member Data Documentation

§ range_

range stan::lang::for_statement::range_

Definition at line 956 of file ast.hpp.

§ statement_

statement stan::lang::for_statement::statement_

Definition at line 957 of file ast.hpp.

§ variable_

std::string stan::lang::for_statement::variable_

Definition at line 955 of file ast.hpp.


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

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