Base class of RMergeableValue.
Base class of the mergeable RDataFrame results family of classes. Provides a non-templated custom type to allow passing a std::unique_ptr
to the mergeable object along the call chain. This class is never used in the public API and has no meaning for the final user.
Definition at line 61 of file RMergeableValue.hxx.
Public Member Functions | |
RMergeableValueBase ()=default | |
Default constructor. | |
RMergeableValueBase (const RMergeableValueBase &)=delete | |
RMergeableValueBase (RMergeableValueBase &&)=delete | |
virtual | ~RMergeableValueBase ()=default |
RMergeableValueBase & | operator= (const RMergeableValueBase &)=delete |
RMergeableValueBase & | operator= (RMergeableValueBase &&)=delete |
#include <ROOT/RDF/RMergeableValue.hxx>
|
virtualdefault |
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See [TBufferFile::WriteObjectClass] (classTBufferFile.html::a209078a4cb58373b627390790bf0c9c1)
|
delete |
|
delete |
|
delete |
|
delete |