Stan  2.13.1
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 419 of file ast.hpp.

Constructor & Destructor Documentation

§ fun() [1/2]

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

Definition at line 1119 of file ast_def.cpp.

§ fun() [2/2]

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

Definition at line 1120 of file ast_def.cpp.

Member Data Documentation

§ args_

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

Definition at line 422 of file ast.hpp.

§ name_

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

Definition at line 420 of file ast.hpp.

§ original_name_

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

Definition at line 421 of file ast.hpp.

§ type_

expr_type stan::lang::fun::type_

Definition at line 423 of file ast.hpp.


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

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