Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
scalar_reference< T > Class Template Reference
Inheritance diagram for scalar_reference< T >:
scalar_expression< scalar_reference< T > > ublas_expression< scalar_reference< T > >

Public Types

typedef T value_type
 
typedef const value_type & const_reference
 
typedef boost::mpl::if_
< boost::is_const< T >
, const_reference, value_type & >
::type 
reference
 
typedef const self_type const_closure_type
 
typedef const_closure_type closure_type
 
typedef scalar_reference< T > expression_type
 
typedef scalar_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE scalar_reference (reference t)
 
BOOST_UBLAS_INLINE operator value_type () const
 
BOOST_UBLAS_INLINE
scalar_reference
operator= (const scalar_reference &s)
 
template<class AE >
BOOST_UBLAS_INLINE
scalar_reference
operator= (const scalar_expression< AE > &ae)
 
BOOST_UBLAS_INLINE bool same_closure (const scalar_reference &sr) const
 
BOOST_UBLAS_INLINE const
expression_type
operator() () const
 
BOOST_UBLAS_INLINE
expression_type
operator() ()
 

Detailed Description

template<class T>
class BFL::boost::numeric::ublas::scalar_reference< T >

Definition at line 77 of file asirfilter.h.


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