Public Types | Public Member Functions | Public Attributes

mln::fun::p2p::mirror< B > Struct Template Reference

#include <mirror.hh>

Inheritance diagram for mln::fun::p2p::mirror< B >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef mirror< B > exact_t
typedef void mutable_result
typedef B::psite result

Public Member Functions

 mirror (const B &box)
B::psite operator() (const typename B::psite &) const

Public Attributes

const B & box_

Detailed Description

template<typename B>
struct mln::fun::p2p::mirror< B >

Definition at line 45 of file fun/p2p/mirror.hh.


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< mirror< B > >::category [inherited]

Reimplemented from mln::Function< mirror< B > >.

Definition at line 126 of file function.hh.

typedef mirror< B > mln::Object< mirror< B > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< mirror< B > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename B >
typedef B ::psite mln::fun::p2p::mirror< B >::result

Definition at line 47 of file fun/p2p/mirror.hh.


Constructor & Destructor Documentation

template<typename B >
mln::fun::p2p::mirror< B >::mirror ( const B &  box  )  [inline]

Definition at line 61 of file fun/p2p/mirror.hh.


Member Function Documentation

template<typename B >
B::psite mln::fun::p2p::mirror< B >::operator() ( const typename B::psite &  p  )  const [inline]

Definition at line 69 of file fun/p2p/mirror.hh.


Member Data Documentation

template<typename B >
const B& mln::fun::p2p::mirror< B >::box_

Definition at line 54 of file fun/p2p/mirror.hh.