#include <EcalTPGLutIdMap.h>
Public Types | |
typedef std::map< uint32_t, EcalTPGLut > | EcalTPGLutMap |
typedef std::map< uint32_t, EcalTPGLut >::const_iterator | EcalTPGLutMapItr |
Public Member Functions | |
EcalTPGLutIdMap () | |
const EcalTPGLutMap & | getMap () const |
void | setValue (const uint32_t &id, const EcalTPGLut &value) |
~EcalTPGLutIdMap () | |
Private Attributes | |
EcalTPGLutMap | map_ |
Definition at line 8 of file EcalTPGLutIdMap.h.
typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutIdMap::EcalTPGLutMap |
Definition at line 11 of file EcalTPGLutIdMap.h.
typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutIdMap::EcalTPGLutMapItr |
Definition at line 12 of file EcalTPGLutIdMap.h.
EcalTPGLutIdMap::EcalTPGLutIdMap | ( | ) |
Definition at line 3 of file EcalTPGLutIdMap.cc.
EcalTPGLutIdMap::~EcalTPGLutIdMap | ( | ) |
Definition at line 6 of file EcalTPGLutIdMap.cc.
|
inline |
Definition at line 17 of file EcalTPGLutIdMap.h.
References map_.
Referenced by EcalTPCondAnalyzer::printEcalTPGLutIdMap().
void EcalTPGLutIdMap::setValue | ( | const uint32_t & | id, |
const EcalTPGLut & | value | ||
) |
Definition at line 9 of file EcalTPGLutIdMap.cc.
References map_, and relativeConstraints::value.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
private |
Definition at line 21 of file EcalTPGLutIdMap.h.
Referenced by getMap(), and setValue().