#include <EcalTPGSlidingWindow.h>
Public Member Functions | |
EcalTPGSlidingWindow () | |
const std::map< uint32_t, uint32_t > & | getMap () const |
void | setValue (const uint32_t &id, const uint32_t &value) |
~EcalTPGSlidingWindow () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::map< uint32_t, uint32_t > | map_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 9 of file EcalTPGSlidingWindow.h.
EcalTPGSlidingWindow::EcalTPGSlidingWindow | ( | ) |
Definition at line 4 of file EcalTPGSlidingWindow.cc.
EcalTPGSlidingWindow::~EcalTPGSlidingWindow | ( | ) |
Definition at line 7 of file EcalTPGSlidingWindow.cc.
|
inline |
|
private |
void EcalTPGSlidingWindow::setValue | ( | const uint32_t & | id, |
const uint32_t & | value | ||
) |
Definition at line 10 of file EcalTPGSlidingWindow.cc.
References map_, and relativeConstraints::value.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
friend |
Definition at line 22 of file EcalTPGSlidingWindow.h.
|
friend |
Definition at line 22 of file EcalTPGSlidingWindow.h.
|
private |
Definition at line 19 of file EcalTPGSlidingWindow.h.
Referenced by getMap(), and setValue().