Public Member Functions | |
add_one_functor (int val) | |
int | get_ret () |
void | operator() (A *obj) |
Private Member Functions | |
add_one_functor (const add_one_functor &x) | |
Private Attributes | |
int | m_ret |
int | m_val |
Definition at line 83 of file AsyncInvokerTests.cpp.
add_one_functor::add_one_functor | ( | int | val | ) | [inline] |
Definition at line 87 of file AsyncInvokerTests.cpp.
add_one_functor::add_one_functor | ( | const add_one_functor & | x | ) | [private] |
int add_one_functor::get_ret | ( | ) | [inline] |
Definition at line 94 of file AsyncInvokerTests.cpp.
void add_one_functor::operator() | ( | A * | obj | ) | [inline] |
Definition at line 90 of file AsyncInvokerTests.cpp.
int add_one_functor::m_ret [private] |
Definition at line 85 of file AsyncInvokerTests.cpp.
int add_one_functor::m_val [private] |
Definition at line 85 of file AsyncInvokerTests.cpp.