Equalizer 1.0
|
Public Member Functions | |
CO_API bool | invoke () |
Invoke and clear the command function of a dispatched command. | |
Data access. | |
template<class P > | |
P * | get () |
template<class P > | |
const P * | get () const |
NodePtr | getNode () const |
LocalNodePtr | getLocalNode () const |
bool | operator! () const |
Packet * | operator-> () |
const Packet * | operator-> () const |
bool | isValid () const |
uint64_t | getAllocationSize () const |
void | setDispatchFunction (const Dispatcher::Func &func) |
Usage tracking. | |
bool | isFree () const |
CO_API void | retain () |
CO_API void | release () |
Friends | |
class | CommandCache |
CO_API std::ostream & | operator<< (std::ostream &, const Command &) |
CO_API bool co::Command::invoke | ( | ) |
Invoke and clear the command function of a dispatched command.