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

Constructor & Destructor Documentation

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

Definition at line 653 of file ast_def.cpp.

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

Definition at line 654 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 212 of file ast.hpp.

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

Definition at line 213 of file ast.hpp.


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

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