xoreos
0.0.5
|
Template specialization for a MainThreadFunctor returning void. More...
#include <types.h>
Public Member Functions | |
MainThreadFunctor (const boost::function< void()> &f) | |
void | operator() () const |
void | getReturnValue () const |
const Common::Exception & | getError () const |
Private Attributes | |
boost::function< void()> | func |
boost::shared_ptr< Common::Exception > | error |
Template specialization for a MainThreadFunctor returning void.
|
inline |
|
inline |
Definition at line 343 of file types.h.
References Events::MainThreadFunctor< T >::error.
|
inline |
|
inline |
Definition at line 330 of file types.h.
References Events::MainThreadFunctor< T >::error, and Events::MainThreadFunctor< T >::func.
|
private |
|
private |