Stan  2.10.0
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 875 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 1649 of file ast_def.cpp.

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

Definition at line 1651 of file ast_def.cpp.

Member Data Documentation

range stan::lang::for_statement::range_

Definition at line 877 of file ast.hpp.

statement stan::lang::for_statement::statement_

Definition at line 878 of file ast.hpp.

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

Definition at line 876 of file ast.hpp.


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

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