ArConfig::ProcessFileCBType Class Reference

#include <ArConfig.h>

List of all members.


Detailed Description

This class's job is to make the two functor types largely look like the same one from the code's perspective, this is so we can store them both in the same map for order of operations purposes.

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


The documentation for this class was generated from the following file:
Generated on Thu Aug 6 09:39:34 2009 for Aria by  doxygen 1.5.1