Public Member Functions | |
void | SetHash (ULong64_t h) |
ULong64_t | GetHash () const |
Bool_t | InUse () const |
void | Clear () |
void | SetHash (ULong64_t h) |
ULong64_t | GetHash () const |
Bool_t | InUse () const |
void | Clear () |
Public Attributes | |
Long64_t | fKey |
Long64_t | fValue |
Private Attributes | |
ULong64_t | fHash |
Definition at line 40 of file TExMap.h.
void TExMap::Assoc_t::SetHash | ( | ULong64_t | h | ) | [inline] |
Definition at line 46 of file TExMap.h.
References fHash.
Referenced by TExMap::Add(), TExMap::AddAt(), and TExMap::operator()().
ULong64_t TExMap::Assoc_t::GetHash | ( | ) | const [inline] |
Bool_t TExMap::Assoc_t::InUse | ( | ) | const [inline] |
void TExMap::Assoc_t::Clear | ( | ) | [inline] |
Definition at line 49 of file TExMap.h.
References fHash.
Referenced by TExMap::FixCollisions(), and TExMap::Remove().
void TExMap::Assoc_t::SetHash | ( | ULong64_t | h | ) | [inline] |
ULong64_t TExMap::Assoc_t::GetHash | ( | ) | const [inline] |
Bool_t TExMap::Assoc_t::InUse | ( | ) | const [inline] |
ULong64_t TExMap::Assoc_t::fHash [private] |
Definition at line 44 of file TExMap.h.
Referenced by TExMap::Add(), TExMap::AddAt(), TExMap::FixCollisions(), and TExMap::operator()().
Definition at line 45 of file TExMap.h.
Referenced by TExMap::Add(), TExMap::AddAt(), TExMap::GetValue(), and TExMap::operator()().