![]() |
![]() |
#include <TypeInBranchType.h>
Public Member Functions | |
BranchType const & | branchType () const |
bool | operator< (TypeInBranchType const &iRHS) const |
TypeID const & | typeID () const |
TypeInBranchType (TypeID const &iID, BranchType const &iBranch) | |
Private Attributes | |
BranchType | branch_ |
TypeID | id_ |
Definition at line 30 of file TypeInBranchType.h.
edm::TypeInBranchType::TypeInBranchType | ( | TypeID const & | iID, |
BranchType const & | iBranch | ||
) | [inline] |
Definition at line 33 of file TypeInBranchType.h.
BranchType const& edm::TypeInBranchType::branchType | ( | ) | const [inline] |
bool edm::TypeInBranchType::operator< | ( | TypeInBranchType const & | iRHS | ) | const [inline] |
TypeID const& edm::TypeInBranchType::typeID | ( | ) | const [inline] |
BranchType edm::TypeInBranchType::branch_ [private] |
Definition at line 57 of file TypeInBranchType.h.
Referenced by branchType(), and operator<().
TypeID edm::TypeInBranchType::id_ [private] |
Definition at line 56 of file TypeInBranchType.h.
Referenced by operator<(), and typeID().