#include <AssociationMapHelpers.h>
Public Types | |
typedef K | key_type |
Public Member Functions | |
Key () | |
Key (const K &k) | |
Public Attributes | |
K | key |
Definition at line 26 of file AssociationMapHelpers.h.
typedef K edm::helpers::Key< K >::key_type |
Definition at line 27 of file AssociationMapHelpers.h.
edm::helpers::Key< K >::Key | ( | ) | [inline] |
Definition at line 28 of file AssociationMapHelpers.h.
{ }
edm::helpers::Key< K >::Key | ( | const K & | k | ) | [inline] |
Definition at line 29 of file AssociationMapHelpers.h.
K edm::helpers::Key< K >::key |
Definition at line 30 of file AssociationMapHelpers.h.
Referenced by edm::OneToValue< BasicClusterCollection, float, unsigned short >::insert(), edm::OneToValue< BasicClusterCollection, float, unsigned short >::transientKeyVector(), and edm::OneToValue< BasicClusterCollection, float, unsigned short >::transientMap().