Public Types | Protected Member Functions

mln::Site_Proxy< E > Struct Template Reference

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

#include <site_proxy.hh>

Inherits mln::Proxy< E >.

Inherited by mln::Pseudo_Site< E >, and mln::Site_Iterator< E >.

List of all members.

Public Types

typedef Site_Proxy< void > category
typedef E exact_t

Protected Member Functions

 Site_Proxy ()

Detailed Description

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

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

FIXME: Explain...

Definition at line 61 of file site_proxy.hh.


Member Typedef Documentation

template<typename E>
typedef Site_Proxy<void> mln::Site_Proxy< E >::category
template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Site_Proxy< E >::Site_Proxy (  )  [protected]

Definition at line 80 of file site_proxy.hh.