Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | Friends | List of all members
index_triple< M > Class Template Reference
Inheritance diagram for index_triple< M >:
container_reference< M > nonassignable

Public Types

typedef M::size_type size_type
 
typedef M container_type
 

Public Member Functions

BOOST_UBLAS_INLINE index_triple (M &m, size_type i)
 
BOOST_UBLAS_INLINE index_triple (const self_type &rhs)
 
BOOST_UBLAS_INLINE self_typeoperator= (const self_type &rhs)
 
BOOST_UBLAS_INLINE void swap (self_type &rhs)
 
BOOST_UBLAS_INLINE bool equal (const self_type &rhs) const
 
BOOST_UBLAS_INLINE bool less (const self_type &rhs) const
 
BOOST_UBLAS_INLINE container_type & operator() () const
 
BOOST_UBLAS_INLINE container_referenceassign (container_type *c)
 
BOOST_UBLAS_INLINE bool same_closure (const container_reference &cr) const
 

Friends

BOOST_UBLAS_INLINE friend void swap (self_type &lhs, self_type &rhs)
 
void swap (self_type lhs, self_type rhs)
 
BOOST_UBLAS_INLINE friend bool operator== (const self_type &lhs, const self_type &rhs)
 
BOOST_UBLAS_INLINE friend bool operator!= (const self_type &lhs, const self_type &rhs)
 
BOOST_UBLAS_INLINE friend bool operator< (const self_type &lhs, const self_type &rhs)
 
BOOST_UBLAS_INLINE friend bool operator>= (const self_type &lhs, const self_type &rhs)
 
BOOST_UBLAS_INLINE friend bool operator> (const self_type &lhs, const self_type &rhs)
 
BOOST_UBLAS_INLINE friend bool operator<= (const self_type &lhs, const self_type &rhs)
 

Detailed Description

template<class M>
class BFL::boost::numeric::ublas::index_triple< M >

Definition at line 1866 of file asirfilter.h.


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