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

#include <semantic_actions.hpp>

Inheritance diagram for stan::lang::validate_no_constraints_vis:

Public Member Functions

 validate_no_constraints_vis (std::stringstream &error_msgs)
 
bool operator() (const nil &) const
 
bool operator() (const int_var_decl &x) const
 
bool operator() (const double_var_decl &x) const
 
bool operator() (const vector_var_decl &x) const
 
bool operator() (const row_vector_var_decl &x) const
 
bool operator() (const matrix_var_decl &x) const
 
bool operator() (const unit_vector_var_decl &) const
 
bool operator() (const simplex_var_decl &) const
 
bool operator() (const ordered_var_decl &) const
 
bool operator() (const positive_ordered_var_decl &) const
 
bool operator() (const cholesky_factor_var_decl &) const
 
bool operator() (const cholesky_corr_var_decl &) const
 
bool operator() (const cov_matrix_var_decl &) const
 
bool operator() (const corr_matrix_var_decl &) const
 

Public Attributes

std::stringstream & error_msgs_
 

Detailed Description

Definition at line 678 of file semantic_actions.hpp.

Constructor & Destructor Documentation

§ validate_no_constraints_vis()

stan::lang::validate_no_constraints_vis::validate_no_constraints_vis ( std::stringstream &  error_msgs)
explicit

Definition at line 2043 of file semantic_actions_def.cpp.

Member Function Documentation

§ operator()() [1/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const nil ) const

Definition at line 2047 of file semantic_actions_def.cpp.

§ operator()() [2/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const int_var_decl x) const

Definition at line 2051 of file semantic_actions_def.cpp.

§ operator()() [3/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const double_var_decl x) const

Definition at line 2059 of file semantic_actions_def.cpp.

§ operator()() [4/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const vector_var_decl x) const

Definition at line 2068 of file semantic_actions_def.cpp.

§ operator()() [5/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const row_vector_var_decl x) const

Definition at line 2077 of file semantic_actions_def.cpp.

§ operator()() [6/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const matrix_var_decl x) const

Definition at line 2086 of file semantic_actions_def.cpp.

§ operator()() [7/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const unit_vector_var_decl ) const

Definition at line 2095 of file semantic_actions_def.cpp.

§ operator()() [8/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const simplex_var_decl ) const

Definition at line 2101 of file semantic_actions_def.cpp.

§ operator()() [9/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const ordered_var_decl ) const

Definition at line 2107 of file semantic_actions_def.cpp.

§ operator()() [10/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const positive_ordered_var_decl ) const

Definition at line 2113 of file semantic_actions_def.cpp.

§ operator()() [11/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const cholesky_factor_var_decl ) const

Definition at line 2119 of file semantic_actions_def.cpp.

§ operator()() [12/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const cholesky_corr_var_decl ) const

Definition at line 2125 of file semantic_actions_def.cpp.

§ operator()() [13/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const cov_matrix_var_decl ) const

Definition at line 2131 of file semantic_actions_def.cpp.

§ operator()() [14/14]

bool stan::lang::validate_no_constraints_vis::operator() ( const corr_matrix_var_decl ) const

Definition at line 2137 of file semantic_actions_def.cpp.

Member Data Documentation

§ error_msgs_

std::stringstream& stan::lang::validate_no_constraints_vis::error_msgs_

Definition at line 679 of file semantic_actions.hpp.


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

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