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::while_statement Struct Reference

#include <ast.hpp>

Public Member Functions

 while_statement ()
 
 while_statement (const expression &condition, const statement &body)
 

Public Attributes

expression condition_
 
statement body_
 

Detailed Description

Definition at line 737 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::while_statement::while_statement ( )

Definition at line 1307 of file ast_def.cpp.

stan::gm::while_statement::while_statement ( const expression condition,
const statement body 
)

Definition at line 1309 of file ast_def.cpp.

Member Data Documentation

statement stan::gm::while_statement::body_

Definition at line 739 of file ast.hpp.

expression stan::gm::while_statement::condition_

Definition at line 738 of file ast.hpp.


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

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