TExMap
class description - source file - inheritance tree
private:
void Expand(Int_t newsize)
Int_t FindElement(ULong_t hash, Long_t key)
void FixCollisions(Int_t index)
Bool_t HighWaterMark()
public:
TExMap(const TExMap& map)
TExMap(Int_t mapSize = 100)
virtual ~TExMap()
void Add(ULong_t hash, Long_t key, Long_t value)
void Add(Long_t key, Long_t value)
Int_t Capacity() const
static TClass* Class()
virtual void Delete(Option_t* opt)
Int_t GetSize() const
Long_t GetValue(Long_t key)
Long_t GetValue(ULong_t hash, Long_t key)
virtual TClass* IsA() const
Long_t& operator()(Long_t key)
Long_t& operator()(ULong_t hash, Long_t key)
void Remove(ULong_t hash, Long_t key)
void Remove(Long_t key)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TExMap::Assoc_t** fTable
Int_t fSize
Int_t fTally
Last update: Fri May 14 13:32:37 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.