#include <mirror.hh>
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_ |
typedef Function_v2v<void> mln::Function_v2v< mirror< B > >::category [inherited] |
Reimplemented from mln::Function< mirror< B > >.
typedef mirror< B > mln::Object< mirror< B > >::exact_t [inherited] |
typedef void mln::Function_v2v< mirror< B > >::mutable_result [inherited] |
typedef B ::psite mln::fun::p2p::mirror< B >::result |
mln::fun::p2p::mirror< B >::mirror | ( | const B & | box | ) | [inline] |
B::psite mln::fun::p2p::mirror< B >::operator() | ( | const typename B::psite & | p | ) | const [inline] |
const B& mln::fun::p2p::mirror< B >::box_ |