|
OpenRTM-aist
1.1.2
|
Asynchronous function invocation helper class. More...
Go to the source code of this file.
Classes | |
| class | coil::Async |
| Async class. More... | |
| class | coil::Async_t< Object, Func > |
| Async_t template class. More... | |
| class | coil::Async_ref_t< Object, Func > |
| Async_ref_t template class. More... | |
Namespaces | |
| coil | |
| Common Object Interface Layer. | |
Functions | |
| template<typename Object , typename Func > | |
| Async_t< Object, Func > * | coil::AsyncInvoker (Object *obj, Func func, bool auto_delete=false) |
| Helper function for async member function summons. More... | |
| template<typename Object , typename Func > | |
| Async_ref_t< Object, Func > * | coil::AsyncInvoker (Object *obj, Func *func, bool auto_delete=false) |
| Helper function for async member function summons. More... | |
Asynchronous function invocation helper class.
Copyright (C) 2009 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
1.8.11