Stan  2.13.1
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::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 973 of file ast.hpp.

Constructor & Destructor Documentation

§ while_statement() [1/2]

stan::lang::while_statement::while_statement ( )

Definition at line 1927 of file ast_def.cpp.

§ while_statement() [2/2]

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

Definition at line 1928 of file ast_def.cpp.

Member Data Documentation

§ body_

statement stan::lang::while_statement::body_

Definition at line 975 of file ast.hpp.

§ condition_

expression stan::lang::while_statement::condition_

Definition at line 974 of file ast.hpp.


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

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