Public Types | Public Member Functions

mln::safe_image< I > Class Template Reference
[Identity morphers]

Makes an image accessible at undefined location. More...

#include <safe.hh>

Inherits image_identity< I, I::domain_t, safe_image< I > >.

List of all members.

Public Types

typedef safe_image
< tag::image_< I > > 
skeleton
 Skeleton.

Public Member Functions

 operator safe_image< const I > () const
 Const promotion via conversion.

Detailed Description

template<typename I>
class mln::safe_image< I >

Makes an image accessible at undefined location.

Definition at line 83 of file safe.hh.


Member Typedef Documentation

template<typename I>
typedef safe_image< tag::image_<I> > mln::safe_image< I >::skeleton

Skeleton.

Definition at line 88 of file safe.hh.


Member Function Documentation

template<typename I >
mln::safe_image< I >::operator safe_image< const I > (  )  const [inline]

Const promotion via conversion.

Definition at line 195 of file safe.hh.