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

Constructor & Destructor Documentation

§ arg_decl() [1/2]

stan::lang::arg_decl::arg_decl ( )

Definition at line 563 of file ast_def.cpp.

§ arg_decl() [2/2]

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

Definition at line 564 of file ast_def.cpp.

Member Function Documentation

§ base_variable_declaration()

base_var_decl stan::lang::arg_decl::base_variable_declaration ( )

Definition at line 569 of file ast_def.cpp.

Member Data Documentation

§ arg_type_

expr_type stan::lang::arg_decl::arg_type_

Definition at line 1010 of file ast.hpp.

§ name_

std::string stan::lang::arg_decl::name_

Definition at line 1011 of file ast.hpp.


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

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