#include <ArConfig.h>
The funkiness with the constructor is because the retfunctor2 looks like the retfunctor and winds up always falling into that constructor.
Public Member Functions | |
bool | call (char *errorBuffer, size_t errorBufferLen) |
const char * | getName (void) |
bool | haveFunctor (ArRetFunctor< bool > *functor) |
bool | haveFunctor (ArRetFunctor2< bool, char *, size_t > *functor) |
ProcessFileCBType (ArRetFunctor< bool > *functor) | |
ProcessFileCBType (ArRetFunctor2< bool, char *, size_t > *functor) | |
Protected Attributes | |
ArRetFunctor< bool > * | myCallback |
ArRetFunctor2< bool, char *, size_t > * | myCallbackWithError |