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