Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
stan::gm::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 718 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::for_statement::for_statement ( )

Definition at line 1297 of file ast_def.cpp.

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

Definition at line 1299 of file ast_def.cpp.

Member Data Documentation

range stan::gm::for_statement::range_

Definition at line 720 of file ast.hpp.

statement stan::gm::for_statement::statement_

Definition at line 721 of file ast.hpp.

std::string stan::gm::for_statement::variable_

Definition at line 719 of file ast.hpp.


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

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