Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
stan::gm::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 185 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::statements::statements ( )

Definition at line 526 of file ast_def.cpp.

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

Definition at line 527 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 186 of file ast.hpp.

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

Definition at line 187 of file ast.hpp.


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

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