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

Constructor & Destructor Documentation

stan::lang::binary_op::binary_op ( )

Definition at line 1137 of file ast_def.cpp.

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

Definition at line 1138 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::binary_op::left

Definition at line 459 of file ast.hpp.

std::string stan::lang::binary_op::op

Definition at line 458 of file ast.hpp.

expression stan::lang::binary_op::right

Definition at line 460 of file ast.hpp.

expr_type stan::lang::binary_op::type_

Definition at line 461 of file ast.hpp.


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

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