Public Member Functions
coil::Async Class Reference

Async class. More...

#include <Async.h>

Inheritance diagram for coil::Async:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Async ()
 Constructor.
virtual bool finished ()=0
 Check on completion state.
virtual void invoke ()=0
 Asynchronous invocation.
virtual ~Async ()
 Destructor.

Detailed Description

Async class.

Definition at line 41 of file Async.h.


Constructor & Destructor Documentation

coil::Async::Async ( ) [inline]

Constructor.

Constructor

Definition at line 60 of file Async.h.

virtual coil::Async::~Async ( ) [inline, virtual]

Destructor.

Destructor

Definition at line 77 of file Async.h.


Member Function Documentation

virtual bool coil::Async::finished ( ) [pure virtual]

Check on completion state.

Pure virtual function for check on completion state.

Returns:
true: finished, false: unfinished

Implemented in coil::Async_ref_t< Object, Func >, and coil::Async_t< Object, Func >.

virtual void coil::Async::invoke ( ) [pure virtual]

Asynchronous invocation.

Pure virtual function for Asynchronous invocation.

Implemented in coil::Async_ref_t< Object, Func >, and coil::Async_t< Object, Func >.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:10