Stan  2.10.0
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 945 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 544 of file ast_def.cpp.

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

Definition at line 545 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 951 of file ast.hpp.


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

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