Specialization of RMergeableValue for the Count action.
Definition at line 194 of file RMergeableValue.hxx.
Public Member Functions | |
| RMergeableCount ()=default | |
| Default constructor. | |
| RMergeableCount (const RMergeableCount &)=delete | |
| RMergeableCount (RMergeableCount &&)=delete | |
| RMergeableCount (ULong64_t value) | |
| Constructor that initializes data members. | |
| const ULong64_t & | GetValue () const |
| Retrieve the result wrapped by this mergeable. | |
| RMergeableCount & | operator= (const RMergeableCount &)=delete |
| RMergeableCount & | operator= (RMergeableCount &&)=delete |
Protected Attributes | |
| ULong64_t | fValue |
Private Member Functions | |
| void | Merge (const RMergeableValue< ULong64_t > &other) final |
| Aggregate the information contained in another RMergeableValue into this. | |
|
inline |
Constructor that initializes data members.
| [in] | value | The action result. |
Definition at line 224 of file RMergeableValue.hxx.
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See [TBufferFile::WriteObjectClass] (classTBufferFile.html::a209078a4cb58373b627390790bf0c9c1)
|
delete |
|
delete |
|
inlineinherited |
Retrieve the result wrapped by this mergeable.
Definition at line 185 of file RMergeableValue.hxx.
|
inlinefinalprivatevirtual |
Aggregate the information contained in another RMergeableValue into this.
| [in] | other | Another RMergeableValue object. |
| std::invalid_argument | If the cast of the other object to the same type as this one fails. |
The other RMergeableValue object is cast to the same type as this object. This is needed to make sure that only results of the same type of action are merged together. Then the two results are added together to update the value held by the current object.
Implements ROOT::Detail::RDF::RMergeableValue< ULong64_t >.
Definition at line 210 of file RMergeableValue.hxx.
|
delete |
|
delete |
|
protectedinherited |
Definition at line 164 of file RMergeableValue.hxx.