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

#include <ast.hpp>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 412 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::fun::fun ( )

Definition at line 1066 of file ast_def.cpp.

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

Definition at line 1067 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 415 of file ast.hpp.

std::string stan::lang::fun::name_

Definition at line 413 of file ast.hpp.

std::string stan::lang::fun::original_name_

Definition at line 414 of file ast.hpp.

expr_type stan::lang::fun::type_

Definition at line 416 of file ast.hpp.


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

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