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

Constructor & Destructor Documentation

stan::lang::conditional_statement::conditional_statement ( )

Definition at line 1667 of file ast_def.cpp.

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

Definition at line 1670 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 888 of file ast.hpp.

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

Definition at line 887 of file ast.hpp.


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

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