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

#include <ast.hpp>

Public Member Functions

 function_decl_defs ()
 
 function_decl_defs (const std::vector< function_decl_def > &decl_defs)
 

Public Attributes

std::vector< function_decl_defdecl_defs_
 

Detailed Description

Definition at line 1030 of file ast.hpp.

Constructor & Destructor Documentation

§ function_decl_defs() [1/2]

stan::lang::function_decl_defs::function_decl_defs ( )

Definition at line 588 of file ast_def.cpp.

§ function_decl_defs() [2/2]

stan::lang::function_decl_defs::function_decl_defs ( const std::vector< function_decl_def > &  decl_defs)

Definition at line 589 of file ast_def.cpp.

Member Data Documentation

§ decl_defs_

std::vector<function_decl_def> stan::lang::function_decl_defs::decl_defs_

Definition at line 1036 of file ast.hpp.


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

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