![]() |
![]() |
#include <ShmOutputModuleRegistry.h>
Public Member Functions | |
void | dumpRegistry () |
edm::FUShmOutputModule * | get (std::string &name) |
void | registerModule (std::string &name, edm::FUShmOutputModule *op) |
ShmOutputModuleRegistry (const edm::ParameterSet &) | |
Private Types | |
typedef std::map< std::string, edm::FUShmOutputModule * > | dct |
typedef dct::iterator | idct |
Private Member Functions | |
void | clear () |
Private Attributes | |
dct | clm_ |
Friends | |
class | FWEPWrapper |
Definition at line 18 of file ShmOutputModuleRegistry.h.
|
private |
Definition at line 27 of file ShmOutputModuleRegistry.h.
|
private |
Definition at line 28 of file ShmOutputModuleRegistry.h.
evf::ShmOutputModuleRegistry::ShmOutputModuleRegistry | ( | const edm::ParameterSet & | ps | ) |
Definition at line 7 of file ShmOuputModuleRegistry.cc.
|
private |
Definition at line 32 of file ShmOuputModuleRegistry.cc.
References clm_.
Referenced by python.Vispa.Views.WidgetView.WidgetView::closeEvent(), python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), python.Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), evf::FWEPWrapper::init(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), python.Vispa.Views.WidgetView.WidgetView::setDataObjects(), python.Vispa.Views.TreeView.TreeView::updateContent(), python.Vispa.Views.TableView.TableView::updateContent(), python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and python.Vispa.Views.PropertyView.PropertyView::updateContent().
void evf::ShmOutputModuleRegistry::dumpRegistry | ( | ) |
edm::FUShmOutputModule * evf::ShmOutputModuleRegistry::get | ( | std::string & | name | ) |
Definition at line 16 of file ShmOuputModuleRegistry.cc.
References clm_.
Referenced by Options.Options::__getitem__(), evf::fuep::TriggerReportHelpers::packTriggerReport(), and evf::FWEPWrapper::taskWebPage().
void evf::ShmOutputModuleRegistry::registerModule | ( | std::string & | name, |
edm::FUShmOutputModule * | op | ||
) |
|
friend |
Definition at line 31 of file ShmOutputModuleRegistry.h.
|
private |
Definition at line 30 of file ShmOutputModuleRegistry.h.
Referenced by clear(), dumpRegistry(), get(), and registerModule().