Stan  1.0
probability, sampling & optimization
Public Types | Public Member Functions | Public Attributes | List of all members
stan::gm::statement Struct Reference

#include <ast.hpp>

Public Types

typedef boost::variant< boost::recursive_wrapper< nil >, boost::recursive_wrapper< assignment >, boost::recursive_wrapper< sample >, boost::recursive_wrapper< statements >, boost::recursive_wrapper< for_statement >, boost::recursive_wrapper< conditional_statement >, boost::recursive_wrapper< while_statement >, boost::recursive_wrapper< print_statement >, boost::recursive_wrapper< no_op_statement > > statement_t
 

Public Member Functions

 statement ()
 
 statement (const statement_t &st)
 
 statement (const nil &st)
 
 statement (const assignment &st)
 
 statement (const sample &st)
 
 statement (const statements &st)
 
 statement (const for_statement &st)
 
 statement (const conditional_statement &st)
 
 statement (const while_statement &st)
 
 statement (const print_statement &st)
 
 statement (const no_op_statement &st)
 

Public Attributes

statement_t statement_
 

Detailed Description

Definition at line 546 of file ast.hpp.

Member Typedef Documentation

◆ statement_t

typedef boost::variant<boost::recursive_wrapper<nil>, boost::recursive_wrapper<assignment>, boost::recursive_wrapper<sample>, boost::recursive_wrapper<statements>, boost::recursive_wrapper<for_statement>, boost::recursive_wrapper<conditional_statement>, boost::recursive_wrapper<while_statement>, boost::recursive_wrapper<print_statement>, boost::recursive_wrapper<no_op_statement> > stan::gm::statement::statement_t

Definition at line 556 of file ast.hpp.

Constructor & Destructor Documentation

◆ statement() [1/11]

stan::gm::statement::statement ( )

Definition at line 782 of file ast_def.cpp.

◆ statement() [2/11]

stan::gm::statement::statement ( const statement_t st)

Definition at line 785 of file ast_def.cpp.

◆ statement() [3/11]

stan::gm::statement::statement ( const nil st)

Definition at line 786 of file ast_def.cpp.

◆ statement() [4/11]

stan::gm::statement::statement ( const assignment st)

Definition at line 787 of file ast_def.cpp.

◆ statement() [5/11]

stan::gm::statement::statement ( const sample st)

Definition at line 788 of file ast_def.cpp.

◆ statement() [6/11]

stan::gm::statement::statement ( const statements st)

Definition at line 789 of file ast_def.cpp.

◆ statement() [7/11]

stan::gm::statement::statement ( const for_statement st)

Definition at line 790 of file ast_def.cpp.

◆ statement() [8/11]

stan::gm::statement::statement ( const conditional_statement st)

Definition at line 792 of file ast_def.cpp.

◆ statement() [9/11]

stan::gm::statement::statement ( const while_statement st)

Definition at line 791 of file ast_def.cpp.

◆ statement() [10/11]

stan::gm::statement::statement ( const print_statement st)

Definition at line 793 of file ast_def.cpp.

◆ statement() [11/11]

stan::gm::statement::statement ( const no_op_statement st)

Definition at line 794 of file ast_def.cpp.

Member Data Documentation

◆ statement_

statement_t stan::gm::statement::statement_

Definition at line 558 of file ast.hpp.


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

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