Classes | Namespaces | Functions
Async.h File Reference

Asynchronous function invocation helper class. More...

#include <coil/Task.h>
#include <coil/Guard.h>
#include <iostream>
Include dependency graph for Async.h:

Go to the source code of this file.

Classes

class  coil::Async
 Async class. More...
class  coil::Async_ref_t< Object, Func >
 Async_ref_t template class. More...
class  coil::Async_t< Object, Func >
 Async_t template class. More...

Namespaces

namespace  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.
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.

Detailed Description

Asynchronous function invocation helper class.

Date:
$Date$
Author:
Noriaki Ando <n-ando@aist.go.jp>

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$

Definition in file Async.h.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Aug 27 2015 14:16:39