Public Member Functions | Public Attributes

mln::internal::data< lazy_image< I, F, B > > Struct Template Reference

Data structure for mln::lazy_image<I>. More...

#include <lazy_image.hh>

List of all members.

Public Member Functions

 data (const F &fun_, const B &box)

Public Attributes

const B & bb_
const F & fun
mln::trait::ch_value< I,
typename F::result >::ret 
ima_
mln::trait::ch_value< I, bool >
::ret 
is_known

Detailed Description

template<typename I, typename F, typename B>
struct mln::internal::data< lazy_image< I, F, B > >

Data structure for mln::lazy_image<I>.


Constructor & Destructor Documentation

template<typename I , typename F , typename B >
mln::internal::data< lazy_image< I, F, B > >::data ( const F &  fun_,
const B &  box 
) [inline]

Member Data Documentation

template<typename I , typename F , typename B >
const B& mln::internal::data< lazy_image< I, F, B > >::bb_
template<typename I , typename F , typename B >
const F& mln::internal::data< lazy_image< I, F, B > >::fun
template<typename I , typename F , typename B >
mln::trait::ch_value< I , typename F ::result >::ret mln::internal::data< lazy_image< I, F, B > >::ima_ [mutable]
template<typename I , typename F , typename B >
mln::trait::ch_value< I , bool >::ret mln::internal::data< lazy_image< I, F, B > >::is_known [mutable]