#include <Association.h>
Public Member Functions | |
void | add (const Association< C > &association) |
Filler (Association< C > &association) | |
Private Types | |
typedef helper::Filler < Association< C > > | base |
Definition at line 78 of file Association.h.
typedef helper::Filler<Association<C> > edm::Association< C >::Filler::base [private] |
Definition at line 79 of file Association.h.
edm::Association< C >::Filler::Filler | ( | Association< C > & | association | ) | [inline, explicit] |
Reimplemented from edm::helper::Filler< Association< C > >.
Definition at line 81 of file Association.h.
: base(association) { }
void edm::Association< C >::Filler::add | ( | const Association< C > & | association | ) | [inline] |
Reimplemented from edm::helper::Filler< Association< C > >.
Definition at line 83 of file Association.h.
References edm::Association< C >::ref().
Referenced by edm::Association< C >::add().
{ base::map_.setRef(association.ref()); base::add(association); }