Stan  1.0
probability, sampling & optimization
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 139 of file ast.hpp.

Constructor & Destructor Documentation

◆ statements() [1/2]

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

Definition at line 261 of file ast_def.cpp.

◆ statements() [2/2]

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

Definition at line 262 of file ast_def.cpp.

Member Data Documentation

◆ local_decl_

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

Definition at line 140 of file ast.hpp.

◆ statements_

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

Definition at line 141 of file ast.hpp.


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

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