Stan  2.13.1
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 524 of file ast.hpp.

Member Typedef Documentation

§ idx_t

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 531 of file ast.hpp.

Constructor & Destructor Documentation

§ idx() [1/7]

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

Definition at line 1241 of file ast_def.cpp.

§ idx() [2/7]

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

Definition at line 1243 of file ast_def.cpp.

§ idx() [3/7]

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

Definition at line 1244 of file ast_def.cpp.

§ idx() [4/7]

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

Definition at line 1245 of file ast_def.cpp.

§ idx() [5/7]

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

Definition at line 1246 of file ast_def.cpp.

§ idx() [6/7]

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

Definition at line 1247 of file ast_def.cpp.

§ idx() [7/7]

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

Definition at line 1248 of file ast_def.cpp.

Member Data Documentation

§ idx_

idx_t stan::lang::idx::idx_

Definition at line 542 of file ast.hpp.


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

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