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::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 729 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 1315 of file ast_def.cpp.

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

Definition at line 1318 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 731 of file ast.hpp.

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

Definition at line 730 of file ast.hpp.


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

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