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

#include <ast.hpp>

Public Member Functions

 statements ()
 
 statements (const std::vector< var_decl > &local_decl, const std::vector< statement > &stmts)
 

Public Attributes

std::vector< var_decllocal_decl_
 
std::vector< statementstatements_
 

Detailed Description

Definition at line 218 of file ast.hpp.

Constructor & Destructor Documentation

§ statements() [1/2]

stan::lang::statements::statements ( )

Definition at line 706 of file ast_def.cpp.

§ statements() [2/2]

stan::lang::statements::statements ( const std::vector< var_decl > &  local_decl,
const std::vector< statement > &  stmts 
)

Definition at line 707 of file ast_def.cpp.

Member Data Documentation

§ local_decl_

std::vector<var_decl> stan::lang::statements::local_decl_

Definition at line 219 of file ast.hpp.

§ statements_

std::vector<statement> stan::lang::statements::statements_

Definition at line 220 of file ast.hpp.


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

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