#include <functor.h>

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