9#ifndef ROOT7_Browsable_RUnique
10#define ROOT7_Browsable_RUnique
15namespace Experimental {
Basic class for object holder of any kind.
const TClass * GetClass() const final
Returns class of contained object.
virtual ~RUnique()=default
RUnique(std::unique_ptr< T > &&obj)
void * TakeObject() final
Returns pointer with ownership, normally via unique_ptr<T>::release() or tobj->Clone()
const void * GetObject() const final
Returns direct (temporary) object pointer.
std::unique_ptr< T > fUnique
! holder without IO
TClass instances represent classes, structs and namespaces in the ROOT type system.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.