4 #include <fwk/VModule.h>
10 #include <utl/Reader.h>
49 std::map<std::string, ValidationObj*>
_ObjList;
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
TValidationPtr * _TvObjPtr
REGISTER_MODULE("SValidStore", SValidStore)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Class representing a document branch.
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Module used to store reference information for validation of SD.
ResultFlag
Flag returned by module methods to the RunController.
utl::Branch _xmlSValidStore
std::map< std::string, ValidationObj * > _ObjList
void RecInfo(const evt::Event &event)
ValidationObj * Factory(const std::string &ObjName)
void ExamineEvent(const evt::Event &event)