$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Proxy< E > Struct Template Reference

#include <mln/core/concept/proxy.hh>

Protected Member Functions

 Proxy ()

Public Types

typedef Proxy< void > category
typedef E exact_t

Detailed Description

template<typename E>
struct mln::Proxy< E >

Base class for implementation classes of the notion of "proxy".

Definition at line 227 of file core/concept/proxy.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Proxy< E >::Proxy ( )
protected

Member Typedef Documentation

template<typename E>
typedef Proxy<void> mln::Proxy< E >::category

Definition at line 229 of file core/concept/proxy.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.