#include <functor.h>

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