- Oct 09, 2017
-
-
Philippe Canal authored
-
Philippe Canal authored
However 17ba907b which said: Implement TKey::Hash overloading TNamed::Hash and using TObject::Hash instead. The function in TNamed::Hash is not convenient for TKey in case many keys have the name but different cycles. But then was partially reverted (to have TKey::Hash call TNamed::Hash)
-
Philippe Canal authored
-
Philippe Canal authored
Add documentation in TObject::Hash to callout for the need to use CallRecursiveRemoveIfNeeded in destructors
-
Philippe Canal authored
-
Philippe Canal authored
-
Philippe Canal authored
Return 'true' if we can guarantee that if this class (or any class in this class inheritance hierarchy) overload TObject::Hash it also starts the RecursiveRemove process from its own destructor.
-
Philippe Canal authored
This new field allow to store information about the TClass that can only get calculated/known at runtime.
-
Philippe Canal authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
Create two members, weak and unique_ptr, as I/O cannot handle variant. So we stream both. O, and I/O cannot handle weak_ptr, but we really need it, so at least support writing (through THttpServer) by adding a `T*` with the same value as the weak ptr, and have that streamed. This completely breaks the internal symmetry of TUniWeak, but it should get us started...
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
E.g. to get non-const access to the top-most TCanvas.
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-