Bayesian Filtering Library
Generated from SVN r
|
Base class of all proxy classes that contain a (redirectable) reference to a mutable object. More...
#include <asirfilter.h>
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 |
Base class of all proxy classes that contain a (redirectable) reference to a mutable object.
C | the type of the container referred to |
Definition at line 67 of file asirfilter.h.