Bayesian Filtering Library
Generated from SVN r
|
Base class of all proxy classes that contain a (redirectable) reference to an immutable object. More...
#include <asirfilter.h>
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_reference & | assign (const container_type *c) |
BOOST_UBLAS_INLINE bool | same_closure (const container_const_reference &cr) const |
Base class of all proxy classes that contain a (redirectable) reference to an immutable object.
C | the type of the container referred to |
Definition at line 28 of file asirfilter.h.