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

#include <ast.hpp>

Public Types

typedef boost::variant< boost::recursive_wrapper< uni_idx >, boost::recursive_wrapper< multi_idx >, boost::recursive_wrapper< omni_idx >, boost::recursive_wrapper< lb_idx >, boost::recursive_wrapper< ub_idx >, boost::recursive_wrapper< lub_idx > > idx_t
 

Public Member Functions

 idx ()
 
 idx (const uni_idx &i)
 
 idx (const multi_idx &i)
 
 idx (const omni_idx &i)
 
 idx (const lb_idx &i)
 
 idx (const ub_idx &i)
 
 idx (const lub_idx &i)
 

Public Attributes

idx_t idx_
 

Detailed Description

Definition at line 517 of file ast.hpp.

Member Typedef Documentation

typedef boost::variant<boost::recursive_wrapper<uni_idx>, boost::recursive_wrapper<multi_idx>, boost::recursive_wrapper<omni_idx>, boost::recursive_wrapper<lb_idx>, boost::recursive_wrapper<ub_idx>, boost::recursive_wrapper<lub_idx> > stan::lang::idx::idx_t

Definition at line 524 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::idx::idx ( )

Definition at line 1188 of file ast_def.cpp.

stan::lang::idx::idx ( const uni_idx i)

Definition at line 1190 of file ast_def.cpp.

stan::lang::idx::idx ( const multi_idx i)

Definition at line 1191 of file ast_def.cpp.

stan::lang::idx::idx ( const omni_idx i)

Definition at line 1192 of file ast_def.cpp.

stan::lang::idx::idx ( const lb_idx i)

Definition at line 1193 of file ast_def.cpp.

stan::lang::idx::idx ( const ub_idx i)

Definition at line 1194 of file ast_def.cpp.

stan::lang::idx::idx ( const lub_idx i)

Definition at line 1195 of file ast_def.cpp.

Member Data Documentation

idx_t stan::lang::idx::idx_

Definition at line 535 of file ast.hpp.


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

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