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

#include <ast.hpp>

Public Member Functions

 binary_op ()
 
 binary_op (const expression &left, const std::string &op, const expression &right)
 

Public Attributes

std::string op
 
expression left
 
expression right
 
expr_type type_
 

Detailed Description

Definition at line 329 of file ast.hpp.

Constructor & Destructor Documentation

◆ binary_op() [1/2]

stan::gm::binary_op::binary_op ( )

Definition at line 517 of file ast_def.cpp.

◆ binary_op() [2/2]

stan::gm::binary_op::binary_op ( const expression left,
const std::string &  op,
const expression right 
)

Definition at line 518 of file ast_def.cpp.

Member Data Documentation

◆ left

expression stan::gm::binary_op::left

Definition at line 331 of file ast.hpp.

◆ op

std::string stan::gm::binary_op::op

Definition at line 330 of file ast.hpp.

◆ right

expression stan::gm::binary_op::right

Definition at line 332 of file ast.hpp.

◆ type_

expr_type stan::gm::binary_op::type_

Definition at line 333 of file ast.hpp.


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

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