GATE
C/C++ Framework
Loading...
Searching...
No Matches
runnables.hpp File Reference

Runnable interface generators. More...

Data Structures

class  IRunnableBuilder
 Base class that generates a C-runnable for a C++-runnable interface. More...
class  Runnable
 C++ wrapper for C-Runnable objects. More...
class  TRunnableDispatcher0< T >
 Runnable wrapper covering a prepared call with no arguments. More...
class  RunnableDispatcher1< A1 >
 Runnable wrapper covering a prepared call with 1 argument. More...
class  RunnableDispatcher2< A1, A2 >
 Runnable wrapper covering a prepared call with 2 arguments. More...
class  RunnableDispatcher3< A1, A2, A3 >
 Runnable wrapper covering a prepared call with 3 arguments. More...
class  RunnableDispatcher4< A1, A2, A3, A4 >
 Runnable wrapper covering a prepared call with 4 arguments. More...
struct  RunnableMethod
 Helper class to create wrappers covering object method calls. More...
class  TypedTask< T >
class  TaskDispatcher0< OUTARG >
class  TaskDispatcher1< A1, OUTARG >
class  TaskDispatcher2< A1, A2, OUTARG >
class  TaskDispatcher3< A1, A2, A3, OUTARG >
class  TaskDispatcher4< A1, A2, A3, A4, OUTARG >

Detailed Description

Runnable interface generators.