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::fun Struct Reference

#include <ast.hpp>

Public Member Functions

 fun ()
 
 fun (std::string const &name, std::vector< expression > const &args)
 
void infer_type ()
 

Public Attributes

std::string name_
 
std::vector< expressionargs_
 
expr_type type_
 

Detailed Description

Definition at line 350 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::fun::fun ( )

Definition at line 853 of file ast_def.cpp.

stan::gm::fun::fun ( std::string const &  name,
std::vector< expression > const &  args 
)

Definition at line 854 of file ast_def.cpp.

Member Function Documentation

void stan::gm::fun::infer_type ( )

Definition at line 860 of file ast_def.cpp.

Member Data Documentation

std::vector<expression> stan::gm::fun::args_

Definition at line 352 of file ast.hpp.

std::string stan::gm::fun::name_

Definition at line 351 of file ast.hpp.

expr_type stan::gm::fun::type_

Definition at line 353 of file ast.hpp.


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

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