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

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

#include <asirfilter.h>

Inheritance diagram for container_reference< C >:
nonassignable indexed_iterator< C, IC > indexed_iterator1< C, IC > indexed_iterator2< C, IC >

Public Types

typedef C container_type
 

Public Member Functions

BOOST_UBLAS_INLINE container_reference (container_type &c)
 
BOOST_UBLAS_INLINE container_type & operator() () const
 
BOOST_UBLAS_INLINE
container_reference
assign (container_type *c)
 
BOOST_UBLAS_INLINE bool same_closure (const container_reference &cr) const
 

Detailed Description

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

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

Parameters
Cthe type of the container referred to

Definition at line 67 of file asirfilter.h.


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