Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
container_const_reference< C > Class Template Reference

Base class of all proxy classes that contain a (redirectable) reference to an immutable object. More...

#include <asirfilter.h>

Inheritance diagram for container_const_reference< C >:
nonassignable indexed_const_iterator< C, IC > indexed_const_iterator1< C, IC > indexed_const_iterator2< C, IC >

Public Types

typedef C container_type
 

Public Member Functions

BOOST_UBLAS_INLINE container_const_reference (const container_type &c)
 
BOOST_UBLAS_INLINE const container_type & operator() () const
 
BOOST_UBLAS_INLINE container_const_referenceassign (const container_type *c)
 
BOOST_UBLAS_INLINE bool same_closure (const container_const_reference &cr) const
 

Detailed Description

template<class C>
class BFL::boost::numeric::ublas::container_const_reference< C >

Base class of all proxy classes that contain a (redirectable) reference to an immutable object.

Parameters
Cthe type of the container referred to

Definition at line 28 of file asirfilter.h.


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