aswang
1.0
|
Go to the source code of this file.
Classes | |
class | aswang::ThreadFunc< Class, Arg > |
Template class which spawns a thread and executes a function on a given class pointer. More... | |
struct | aswang::ThreadFunc< Class, Arg >::func_base |
struct | aswang::ThreadFunc< Class, Arg >::func_noarg |
struct | aswang::ThreadFunc< Class, Arg >::func_arg |
Namespaces | |
namespace | aswang |
Everything resides in aswang. | |
Typedefs | |
typedef void(* | aswang::entryFunc )(void *) |