Arachne  0.1
Public Member Functions | List of all members
Arachne::ThreadInvocationEnabler Struct Referenceabstract

#include <Arachne.h>

Inheritance diagram for Arachne::ThreadInvocationEnabler:
Inheritance graph
[legend]

Public Member Functions

virtual void runThread ()=0
 

Detailed Description

We need to invoke a ThreadInvocation with unknown template types, which has been stored in a character array, and this class enables us to do this.

Member Function Documentation

virtual void Arachne::ThreadInvocationEnabler::runThread ( )
pure virtual

This function allows us to invoke the templated subtype, without casting to a pointer of unknown type.

Implemented in Arachne::ThreadInvocation< F >.


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