![]() |
Stan
2.14.0
probability, sampling & optimization
|
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_def > | decl_defs_ |
Sequence of declarations and definitions. More... | |
AST node for a sequence of function declarations and definitions.
Definition at line 14 of file function_decl_defs.hpp.
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.
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.
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.