#include <functor.h>

Public Member Functions | |
| Functor0Ret () | |
| RT | operator() () const |
Protected Types | |
| typedef RT(* | CallFunc )(const Functor &) |
Protected Member Functions | |
| Functor0Ret (CallFunc cf, const void *c, BaseFunc f, const void *mf, size_t sz) | |
typedef RT(* dtDAL::Functor0Ret< RT >::CallFunc)(const Functor &) [protected] |
| dtDAL::Functor0Ret< RT >::Functor0Ret | ( | ) | [inline] |
| dtDAL::Functor0Ret< RT >::Functor0Ret | ( | CallFunc | cf, | |
| const void * | c, | |||
| BaseFunc | f, | |||
| const void * | mf, | |||
| size_t | sz | |||
| ) | [inline, protected] |
| RT dtDAL::Functor0Ret< RT >::operator() | ( | ) | const [inline] |