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

#include <ast.hpp>

Public Member Functions

 arg_decl ()
 
 arg_decl (const expr_type &arg_type, const std::string &name)
 
base_var_decl base_variable_declaration ()
 

Public Attributes

expr_type arg_type_
 
std::string name_
 

Detailed Description

Definition at line 767 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::arg_decl::arg_decl ( )

Definition at line 397 of file ast_def.cpp.

stan::gm::arg_decl::arg_decl ( const expr_type arg_type,
const std::string &  name 
)

Definition at line 398 of file ast_def.cpp.

Member Function Documentation

base_var_decl stan::gm::arg_decl::base_variable_declaration ( )

Definition at line 403 of file ast_def.cpp.

Member Data Documentation

expr_type stan::gm::arg_decl::arg_type_

Definition at line 768 of file ast.hpp.

std::string stan::gm::arg_decl::name_

Definition at line 769 of file ast.hpp.


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

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