33 #ifndef A_BESInitializer_h 34 #define A_BESInitializer_h 1 65 virtual bool initialize(
int argc,
char **argv) = 0;
78 virtual void dump( ostream &strm )
const = 0 ;
81 #endif // A_BESInitializer_h Mechanism for the orderly initialization and termination of objects.
virtual ~BESInitializer()
Base object for bes objects.
virtual void dump(ostream &strm) const =0
Displays debug information about this object.
virtual bool initialize(int argc, char **argv)=0
function for the initialization of objects, such as globals.
virtual bool terminate(void)=0
function for the termination of objects, such as global objects.