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

Constructor & Destructor Documentation

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

Definition at line 911 of file ast_def.cpp.

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

Definition at line 912 of file ast_def.cpp.

Member Data Documentation

expression stan::gm::binary_op::left

Definition at line 384 of file ast.hpp.

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

Definition at line 383 of file ast.hpp.

expression stan::gm::binary_op::right

Definition at line 385 of file ast.hpp.

expr_type stan::gm::binary_op::type_

Definition at line 386 of file ast.hpp.


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

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