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

#include <generator.hpp>

Inheritance diagram for stan::lang::idx_user_visgen:
stan::lang::visgen

Public Member Functions

 idx_user_visgen (std::ostream &o)
 
void operator() (const uni_idx &i) const
 
void operator() (const multi_idx &i) const
 
void operator() (const omni_idx &i) const
 
void operator() (const lb_idx &i) const
 
void operator() (const ub_idx &i) const
 
void operator() (const lub_idx &i) const
 
- Public Member Functions inherited from stan::lang::visgen
 visgen (std::ostream &o)
 

Additional Inherited Members

- Public Types inherited from stan::lang::visgen
typedef void result_type
 
- Public Attributes inherited from stan::lang::visgen
std::ostream & o_
 

Detailed Description

Definition at line 1833 of file generator.hpp.

Constructor & Destructor Documentation

stan::lang::idx_user_visgen::idx_user_visgen ( std::ostream &  o)
inlineexplicit

Definition at line 1834 of file generator.hpp.

Member Function Documentation

void stan::lang::idx_user_visgen::operator() ( const uni_idx i) const
inline

Definition at line 1835 of file generator.hpp.

void stan::lang::idx_user_visgen::operator() ( const multi_idx i) const
inline

Definition at line 1838 of file generator.hpp.

void stan::lang::idx_user_visgen::operator() ( const omni_idx i) const
inline

Definition at line 1841 of file generator.hpp.

void stan::lang::idx_user_visgen::operator() ( const lb_idx i) const
inline

Definition at line 1844 of file generator.hpp.

void stan::lang::idx_user_visgen::operator() ( const ub_idx i) const
inline

Definition at line 1848 of file generator.hpp.

void stan::lang::idx_user_visgen::operator() ( const lub_idx i) const
inline

Definition at line 1852 of file generator.hpp.


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

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