Stan  2.13.1
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::conditional_op Struct Reference

#include <ast.hpp>

Public Member Functions

 conditional_op ()
 
 conditional_op (const expression &cond, const expression &true_val, const expression &false_val)
 

Public Attributes

expression cond_
 
expression true_val_
 
expression false_val_
 
expr_type type_
 
bool has_var_
 
var_origin var_origin_
 

Detailed Description

Definition at line 451 of file ast.hpp.

Constructor & Destructor Documentation

§ conditional_op() [1/2]

stan::lang::conditional_op::conditional_op ( )

Definition at line 1179 of file ast_def.cpp.

§ conditional_op() [2/2]

stan::lang::conditional_op::conditional_op ( const expression cond,
const expression true_val,
const expression false_val 
)

Definition at line 1180 of file ast_def.cpp.

Member Data Documentation

§ cond_

expression stan::lang::conditional_op::cond_

Definition at line 452 of file ast.hpp.

§ false_val_

expression stan::lang::conditional_op::false_val_

Definition at line 454 of file ast.hpp.

§ has_var_

bool stan::lang::conditional_op::has_var_

Definition at line 456 of file ast.hpp.

§ true_val_

expression stan::lang::conditional_op::true_val_

Definition at line 453 of file ast.hpp.

§ type_

expr_type stan::lang::conditional_op::type_

Definition at line 455 of file ast.hpp.

§ var_origin_

var_origin stan::lang::conditional_op::var_origin_

Definition at line 457 of file ast.hpp.


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

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