#include <ESTBWeights.h>
Public Types | |
typedef std::map < ESStripGroupId, ESWeightSet > | ESTBWeightMap |
Public Member Functions | |
ESTBWeights () | |
const ESTBWeightMap & | getMap () const |
void | setValue (const ESStripGroupId &groupId, const ESWeightSet &weight) |
~ESTBWeights () | |
Private Attributes | |
ESTBWeightMap | map_ |
Definition at line 10 of file ESTBWeights.h.
typedef std::map< ESStripGroupId, ESWeightSet > ESTBWeights::ESTBWeightMap |
Definition at line 12 of file ESTBWeights.h.
ESTBWeights::ESTBWeights | ( | ) |
Definition at line 5 of file ESTBWeights.cc.
{ }
ESTBWeights::~ESTBWeights | ( | ) |
Definition at line 9 of file ESTBWeights.cc.
{ }
const ESTBWeightMap& ESTBWeights::getMap | ( | ) | const [inline] |
void ESTBWeights::setValue | ( | const ESStripGroupId & | groupId, |
const ESWeightSet & | weight | ||
) |
Definition at line 13 of file ESTBWeights.cc.
References map_.
{ map_.insert( std::make_pair(groupId ,weight) ); }
ESTBWeightMap ESTBWeights::map_ [private] |
Definition at line 24 of file ESTBWeights.h.
Referenced by getMap(), and setValue().