31 #ifndef DRAIN_FUNCTOR_BANK_H_
32 #define DRAIN_FUNCTOR_BANK_H_
34 #include <drain/Log.h>
43 typedef BankSuper<UnaryFunctor> FunctorBank;
54 UnaryFunctor &
getFunctor(
const std::string & nameAndParams,
char separator=
',');
Definition: DataSelector.cpp:1277
UnaryFunctor & getFunctor(const std::string &nameAndParams, char separator)
Returns functor the parameters of which have been set.
Definition: FunctorBank.cpp:81
FunctorBank & getFunctorBank()
Definition: FunctorBank.cpp:51