Definition at line 297 of file RMergeableValue.hxx.
Public Member Functions | |
RMergeableMax ()=default | |
Default constructor. | |
RMergeableMax (const RMergeableMax &)=delete | |
RMergeableMax (const T &value) | |
Constructor that initializes data members. | |
RMergeableMax (RMergeableMax &&)=default | |
Public Member Functions inherited from ROOT::Detail::RDF::RMergeableValue< T > | |
RMergeableValue ()=default | |
Default constructor. | |
RMergeableValue (const T &value) | |
Constructor taking the action result by const reference. | |
const T & | GetValue () const |
Retrieve the result wrapped by this mergeable. | |
Public Member Functions inherited from ROOT::Detail::RDF::RMergeableValueBase | |
RMergeableValueBase ()=default | |
Default constructor. | |
virtual | ~RMergeableValueBase ()=default |
Private Member Functions | |
void | Merge (const RMergeableValue< T > &other) final |
Aggregate the information contained in another RMergeableValue into this. | |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::RDF::RMergeableValue< T > | |
T | fValue |
#include <ROOT/RDF/RMergeableValue.hxx>
|
inline |
Constructor that initializes data members.
[in] | value | The action result. |
Definition at line 313 of file RMergeableValue.hxx.
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See [TBufferFile::WriteObjectClass] (classTBufferFile.html::a209078a4cb58373b627390790bf0c9c1)
|
default |
|
delete |
|
inlinefinalprivatevirtual |
Aggregate the information contained in another RMergeableValue into this.
Virtual function reimplemented in all the subclasses.
Merge
methods in the RMergeableValue family are private. To merge multiple RMergeableValue objects please use [MergeValues] (namespaceROOT_1_1Detail_1_1RDF.html::af16fefbe2d120983123ddf8a1e137277). Implements ROOT::Detail::RDF::RMergeableValue< T >.
Definition at line 299 of file RMergeableValue.hxx.