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

AST node for a sequence of function declarations and definitions. More...

#include <function_decl_defs.hpp>

Public Member Functions

 function_decl_defs ()
 Construct an empty sequence of declarations and definitions. More...
 
 function_decl_defs (const std::vector< function_decl_def > &decl_defs)
 Construct a sequence of declarations and definitions from the specified sequence. More...
 

Public Attributes

std::vector< function_decl_defdecl_defs_
 Sequence of declarations and definitions. More...
 

Detailed Description

AST node for a sequence of function declarations and definitions.

Definition at line 14 of file function_decl_defs.hpp.

Constructor & Destructor Documentation

§ function_decl_defs() [1/2]

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

Construct an empty sequence of declarations and definitions.

Definition at line 10 of file function_decl_defs_def.hpp.

§ function_decl_defs() [2/2]

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

Construct a sequence of declarations and definitions from the specified sequence.

Definition at line 12 of file function_decl_defs_def.hpp.

Member Data Documentation

§ decl_defs_

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

Sequence of declarations and definitions.

Definition at line 30 of file function_decl_defs.hpp.


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

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