#include <client_wrapper.hxx>
Public Types | |
typedef boost::function< R() > | FuncType |
Public Member Functions | |
Call (FuncType f, R &res) | |
void | operator() () |
Public Attributes | |
FuncType | function |
R & | result |
typedef boost::function< R() > libt2n::detail::Call< R >::FuncType |
libt2n::detail::Call< R >::Call | ( | FuncType | f, | |
R & | res | |||
) | [inline] |
void libt2n::detail::Call< R >::operator() | ( | ) | [inline] |
References libt2n::detail::Call< R >::function.
FuncType libt2n::detail::Call< R >::function |
Referenced by libt2n::detail::Call< void >::operator()(), and libt2n::detail::Call< R >::operator()().
R& libt2n::detail::Call< R >::result |