Stan  1.0
probability, sampling & optimization
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 577 of file ast.hpp.

Constructor & Destructor Documentation

◆ for_statement() [1/2]

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

Definition at line 804 of file ast_def.cpp.

◆ for_statement() [2/2]

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

Definition at line 806 of file ast_def.cpp.

Member Data Documentation

◆ range_

range stan::gm::for_statement::range_

Definition at line 579 of file ast.hpp.

◆ statement_

statement stan::gm::for_statement::statement_

Definition at line 580 of file ast.hpp.

◆ variable_

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

Definition at line 578 of file ast.hpp.


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

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