#include <ArConfig.h>
The funkiness with the constructor is because the retfunctor2 looks like the retfunctor and winds up always falling into that constructor.
Definition at line 219 of file ArConfig.h.
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) | |
| ~ProcessFileCBType () | |
Protected Attributes | |
| ArRetFunctor< bool > * | myCallback |
|
ArRetFunctor2< bool, char *, size_t > * | myCallbackWithError |
1.4.7