Stan  1.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::gm::conditional_statement Struct Reference

#include <ast.hpp>

Public Member Functions

 conditional_statement ()
 
 conditional_statement (const std::vector< expression > &conditions, const std::vector< statement > &statements)
 

Public Attributes

std::vector< expressionconditions_
 
std::vector< statementbodies_
 

Detailed Description

Definition at line 588 of file ast.hpp.

Constructor & Destructor Documentation

◆ conditional_statement() [1/2]

stan::gm::conditional_statement::conditional_statement ( )

Definition at line 822 of file ast_def.cpp.

◆ conditional_statement() [2/2]

stan::gm::conditional_statement::conditional_statement ( const std::vector< expression > &  conditions,
const std::vector< statement > &  statements 
)

Definition at line 824 of file ast_def.cpp.

Member Data Documentation

◆ bodies_

std::vector<statement> stan::gm::conditional_statement::bodies_

Definition at line 590 of file ast.hpp.

◆ conditions_

std::vector<expression> stan::gm::conditional_statement::conditions_

Definition at line 589 of file ast.hpp.


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

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