Go to the source code of this file.
Classes | |
struct | blue_sky::one_call_proxy< wrapped_t, callee_t > |
struct | blue_sky::two_call_proxy< wrapped_t, callee_t > |
Namespaces | |
namespace | blue_sky |
Functions | |
template<typename this_t , typename callee_t > | |
static one_call_proxy< this_t, callee_t > | blue_sky::one_call (this_t *this_, callee_t callee) |
template<typename this_t , typename callee_t > | |
static two_call_proxy< this_t, callee_t > | blue_sky::two_call (this_t *this_, callee_t first_callee, callee_t second_callee) |