Logo ROOT   6.18/05
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
ROOT::Experimental::RUniqueDisplayItem< T > Class Template Reference

template<class T>
class ROOT::Experimental::RUniqueDisplayItem< T >

Definition at line 60 of file RDisplayItem.hxx.

Public Member Functions

 RUniqueDisplayItem (T *addr)
 
T * GetObject () const
 
- Public Member Functions inherited from ROOT::Experimental::RDisplayItem
 RDisplayItem ()=default
 
virtual ~RDisplayItem ()
 
std::string GetObjectID () const
 
void SetObjectID (const std::string &id)
 

Protected Attributes

std::unique_ptr< T > fObject
 
- Protected Attributes inherited from ROOT::Experimental::RDisplayItem
std::string fObjectID
 unique object identifier More...
 

#include <ROOT/RDisplayItem.hxx>

Inheritance diagram for ROOT::Experimental::RUniqueDisplayItem< T >:
[legend]

Constructor & Destructor Documentation

◆ RUniqueDisplayItem()

template<class T >
ROOT::Experimental::RUniqueDisplayItem< T >::RUniqueDisplayItem ( T *  addr)
inline

Definition at line 65 of file RDisplayItem.hxx.

Member Function Documentation

◆ GetObject()

template<class T >
T * ROOT::Experimental::RUniqueDisplayItem< T >::GetObject ( ) const
inline

Definition at line 67 of file RDisplayItem.hxx.

Member Data Documentation

◆ fObject

template<class T >
std::unique_ptr<T> ROOT::Experimental::RUniqueDisplayItem< T >::fObject
protected

Definition at line 62 of file RDisplayItem.hxx.


The documentation for this class was generated from the following file: