TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval (therefore TMap does not conserve the order of the entries).
The hash value is calculated using the value returned by the keys Hash() function and the key comparison is done via the IsEqual() function. Both key and value must inherit from TObject.
Definition at line 40 of file TMap.h.
|
| TMap (Int_t capacity=TCollection::kInitHashTableCapacity, Int_t rehash=0) |
| TMap ctor. See THashTable for a description of the arguments.
|
|
virtual | ~TMap () |
| TMap dtor.
|
|
void | Add (TObject *key, TObject *value) |
| Add a (key,value) pair to the map.
|
|
void | Add (TObject *obj) override |
| This function may not be used (but we need to provide it since it is a pure virtual in TCollection).
|
|
Float_t | AverageCollisions () const |
| Return the ratio of entries vs occupied slots.
|
|
Int_t | Capacity () const |
| Return number of slots in the hashtable.
|
|
void | Clear (Option_t *option="") override |
| Remove all (key,value) pairs from the map.
|
|
Int_t | Collisions (const char *keyname) const |
| Returns the number of collisions for a key with a certain name (i.e.
|
|
Int_t | Collisions (TObject *key) const |
| Returns the number of collisions for a key (i.e.
|
|
void | Delete (Option_t *option="") override |
| Remove all (key,value) pairs from the map AND delete the keys when they are allocated on the heap.
|
|
void | DeleteAll () |
| Remove all (key,value) pairs from the map AND delete the keys AND values when they are allocated on the heap.
|
|
Bool_t | DeleteEntry (TObject *key) |
| Remove (key,value) pair with key from the map.
|
|
void | DeleteKeys () |
|
void | DeleteValues () |
| Remove all (key,value) pairs from the map AND delete the values when they are allocated on the heap.
|
|
TObject * | FindObject (const char *keyname) const override |
| Check if a (key,value) pair exists with keyname as name of the key.
|
|
TObject * | FindObject (const TObject *key) const override |
| Check if a (key,value) pair exists with key as key.
|
|
TObject ** | GetObjectRef (const TObject *obj) const override |
|
const THashTable * | GetTable () const |
|
TObject * | GetValue (const char *keyname) const |
| Returns a pointer to the value associated with keyname as name of the key.
|
|
TObject * | GetValue (const TObject *key) const |
| Returns a pointer to the value associated with key.
|
|
TClass * | IsA () const override |
|
Bool_t | IsOwnerValue () const |
|
TIterator * | MakeIterator (Bool_t dir=kIterForward) const override |
| Create an iterator for TMap.
|
|
TObject * | operator() (const char *keyname) const |
|
TObject * | operator() (const TObject *key) const |
|
void | Rehash (Int_t newCapacity, Bool_t checkObjValidity=kTRUE) |
| Rehash the underlaying THashTable (see THashTable::Rehash()).
|
|
TObject * | Remove (TObject *key) override |
| Remove the (key,value) pair with key from the map.
|
|
TPair * | RemoveEntry (TObject *key) |
| Remove (key,value) pair with key from the map.
|
|
virtual void | SetOwnerKeyValue (Bool_t ownkeys=kTRUE, Bool_t ownvals=kTRUE) |
| Set ownership for keys and values.
|
|
virtual void | SetOwnerValue (Bool_t enable=kTRUE) |
| Set whether this map is the owner (enable==true) of its values.
|
|
void | Streamer (TBuffer &) override |
| Stream all key/value pairs in the map to or from the I/O buffer.
|
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const override |
| Write all objects in this map.
|
|
Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) override |
| Write all objects in this map.
|
|
virtual | ~TCollection () |
| TNamed destructor.
|
|
virtual void | AddAll (const TCollection *col) |
| Add all objects from collection col to this collection.
|
|
void | AddVector (TObject *obj1,...) |
| Add all arguments to the collection.
|
|
Bool_t | AssertClass (TClass *cl) const |
| Make sure all objects in this collection inherit from class cl.
|
|
TIter | begin () const |
|
void | Browse (TBrowser *b) override |
| Browse this collection (called by TBrowser).
|
|
Int_t | Capacity () const |
|
TObject * | Clone (const char *newname="") const override |
| Make a clone of an collection using the Streamer facility.
|
|
Int_t | Compare (const TObject *obj) const override |
| Compare two TCollection objects.
|
|
Bool_t | Contains (const char *name) const |
|
Bool_t | Contains (const TObject *obj) const |
|
void | Draw (Option_t *option="") override |
| Draw all objects in this collection.
|
|
void | Dump () const override |
| Dump all objects in this collection.
|
|
TIter | end () const |
|
virtual Int_t | GetEntries () const |
|
const char * | GetName () const override |
| Return name of this collection.
|
|
virtual Int_t | GetSize () const |
| Return the capacity of the collection, i.e.
|
|
virtual Int_t | GrowBy (Int_t delta) const |
| Increase the collection's capacity by delta slots.
|
|
ULong_t | Hash () const override |
| Return hash value for this object.
|
|
Bool_t | IsArgNull (const char *where, const TObject *obj) const |
| Returns true if object is a null pointer.
|
|
virtual Bool_t | IsEmpty () const |
|
Bool_t | IsFolder () const override |
| Returns kTRUE in case object contains browsable objects (like containers or lists of other objects).
|
|
Bool_t | IsOwner () const |
|
Bool_t | IsSortable () const override |
|
R__ALWAYS_INLINE Bool_t | IsUsingRWLock () const |
|
void | ls (Option_t *option="") const override |
| List (ls) all objects in this collection.
|
|
virtual TIterator * | MakeReverseIterator () const |
|
Bool_t | Notify () override |
| 'Notify' all objects in this collection.
|
|
TObject * | operator() (const char *name) const |
| Find an object in this collection by name.
|
|
void | Paint (Option_t *option="") override |
| Paint all objects in this collection.
|
|
virtual void | Print (Option_t *option, const char *wildcard, Int_t recurse=1) const |
| Print the collection header and its elements that match the wildcard.
|
|
virtual void | Print (Option_t *option, Int_t recurse) const |
| Print the collection header and its elements.
|
|
virtual void | Print (Option_t *option, TPRegexp ®exp, Int_t recurse=1) const |
| Print the collection header and its elements that match the regexp.
|
|
void | Print (Option_t *option="") const override |
| Default print for collections, calls Print(option, 1).
|
|
void | RecursiveRemove (TObject *obj) override |
| Remove object from this collection and recursively remove the object from all other objects (and collections).
|
|
void | RemoveAll () |
|
virtual void | RemoveAll (TCollection *col) |
| Remove all objects in collection col from this collection.
|
|
void | SetCurrentCollection () |
| Set this collection to be the globally accessible collection.
|
|
void | SetName (const char *name) |
|
virtual void | SetOwner (Bool_t enable=kTRUE) |
| Set whether this collection is the owner (enable==true) of its content.
|
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
virtual bool | UseRWLock (Bool_t enable=true) |
| Set this collection to use a RW lock upon access, making it thread safe.
|
|
| TObject () |
| TObject constructor.
|
|
| TObject (const TObject &object) |
| TObject copy ctor.
|
|
virtual | ~TObject () |
| TObject destructor.
|
|
void | AbstractMethod (const char *method) const |
| Use this method to implement an "abstract" method that you don't want to leave purely abstract.
|
|
virtual void | AppendPad (Option_t *option="") |
| Append graphics object to current pad.
|
|
ULong_t | CheckedHash () |
| Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object.
|
|
virtual const char * | ClassName () const |
| Returns name of class to which the object belongs.
|
|
virtual void | Copy (TObject &object) const |
| Copy this to obj.
|
|
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| Computes distance from point (px,py) to the object.
|
|
virtual void | DrawClass () const |
| Draw class inheritance tree of the class to which this object belongs.
|
|
virtual TObject * | DrawClone (Option_t *option="") const |
| Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1) .
|
|
virtual void | Error (const char *method, const char *msgfmt,...) const |
| Issue error message.
|
|
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
| Execute method on this object with the given parameter string, e.g.
|
|
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
| Execute method on this object with parameters stored in the TObjArray.
|
|
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| Execute action corresponding to an event at (px,py).
|
|
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
| Issue fatal error message.
|
|
virtual Option_t * | GetDrawOption () const |
| Get option used by the graphics system to draw this object.
|
|
virtual const char * | GetIconName () const |
| Returns mime type name of object.
|
|
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
| Returns string containing info about the object at position (px,py).
|
|
virtual Option_t * | GetOption () const |
|
virtual const char * | GetTitle () const |
| Returns title of object.
|
|
virtual UInt_t | GetUniqueID () const |
| Return the unique object id.
|
|
virtual Bool_t | HandleTimer (TTimer *timer) |
| Execute action in response of a timer timing out.
|
|
Bool_t | HasInconsistentHash () const |
| Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e.
|
|
virtual void | Info (const char *method, const char *msgfmt,...) const |
| Issue info message.
|
|
virtual Bool_t | InheritsFrom (const char *classname) const |
| Returns kTRUE if object inherits from class "classname".
|
|
virtual Bool_t | InheritsFrom (const TClass *cl) const |
| Returns kTRUE if object inherits from TClass cl.
|
|
virtual void | Inspect () const |
| Dump contents of this object in a graphics canvas.
|
|
void | InvertBit (UInt_t f) |
|
Bool_t | IsDestructed () const |
| IsDestructed.
|
|
virtual Bool_t | IsEqual (const TObject *obj) const |
| Default equal comparison (objects are equal if they have the same address in memory).
|
|
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
|
R__ALWAYS_INLINE Bool_t | IsZombie () const |
|
void | MayNotUse (const char *method) const |
| Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary).
|
|
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| Use this method to declare a method obsolete.
|
|
void | operator delete (void *ptr) |
| Operator delete.
|
|
void | operator delete (void *ptr, void *vp) |
| Only called by placement new when throwing an exception.
|
|
void | operator delete[] (void *ptr) |
| Operator delete [].
|
|
void | operator delete[] (void *ptr, void *vp) |
| Only called by placement new[] when throwing an exception.
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *vp) |
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, void *vp) |
|
TObject & | operator= (const TObject &rhs) |
| TObject assignment operator.
|
|
virtual void | Pop () |
| Pop on object drawn in a pad to the top of the display list.
|
|
virtual Int_t | Read (const char *name) |
| Read contents of object with specified name from the current directory.
|
|
void | ResetBit (UInt_t f) |
|
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
| Save this object in the file specified by filename.
|
|
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
| Save a primitive as a C++ statement(s) on output stream "out".
|
|
void | SetBit (UInt_t f) |
|
void | SetBit (UInt_t f, Bool_t set) |
| Set or unset the user status bits as specified in f.
|
|
virtual void | SetDrawOption (Option_t *option="") |
| Set drawing option for object.
|
|
virtual void | SetUniqueID (UInt_t uid) |
| Set the unique object id.
|
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
virtual void | SysError (const char *method, const char *msgfmt,...) const |
| Issue system error message.
|
|
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
|
Int_t | TestBits (UInt_t f) const |
|
virtual void | UseCurrentStyle () |
| Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked.
|
|
virtual void | Warning (const char *method, const char *msgfmt,...) const |
| Issue warning message.
|
|