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

#include <ast.hpp>

Public Member Functions

 reject_statement ()
 
 reject_statement (const std::vector< printable > &printables)
 

Public Attributes

std::vector< printableprintables_
 

Detailed Description

Definition at line 908 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::reject_statement::reject_statement ( )

Definition at line 1687 of file ast_def.cpp.

stan::lang::reject_statement::reject_statement ( const std::vector< printable > &  printables)

Definition at line 1689 of file ast_def.cpp.

Member Data Documentation

std::vector<printable> stan::lang::reject_statement::printables_

Definition at line 909 of file ast.hpp.


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

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