#include <TypeLabelInstanceKey.h>
Public Member Functions | |
TypeLabelInstanceKey (art::TypeID const &iType, std::string const &iLabel, std::string const &iInstance) | |
bool | operator< (TypeLabelInstanceKey const &iRHS) const |
art::TypeID const & | typeID () const |
std::string const & | label () const |
std::string const & | instance () const |
Private Attributes | |
art::TypeID | type_ |
std::string | label_ |
std::string | instance_ |
Definition at line 11 of file TypeLabelInstanceKey.h.
|
inline |
Definition at line 13 of file TypeLabelInstanceKey.h.
|
inline |
Definition at line 37 of file TypeLabelInstanceKey.h.
|
inline |
Definition at line 32 of file TypeLabelInstanceKey.h.
|
inline |
Definition at line 20 of file TypeLabelInstanceKey.h.
|
inline |
Definition at line 27 of file TypeLabelInstanceKey.h.
|
private |
Definition at line 45 of file TypeLabelInstanceKey.h.
|
private |
Definition at line 44 of file TypeLabelInstanceKey.h.
|
private |
Definition at line 43 of file TypeLabelInstanceKey.h.