Arachne
0.1
|
#include <Arachne.h>
Public Member Functions | |
virtual void | runThread ()=0 |
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.
|
pure virtual |
This function allows us to invoke the templated subtype, without casting to a pointer of unknown type.
Implemented in Arachne::ThreadInvocation< F >.