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

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

Definition at line 47 of file RDisplayItem.hxx.

Public Member Functions

 ROrdinaryDisplayItem (const T *addr)
 
const 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

const T * fObject {nullptr}
 direct pointer without ownership More...
 
- Protected Attributes inherited from ROOT::Experimental::RDisplayItem
std::string fObjectID
 unique object identifier More...
 

#include <ROOT/RDisplayItem.hxx>

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

Constructor & Destructor Documentation

◆ ROrdinaryDisplayItem()

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

Definition at line 52 of file RDisplayItem.hxx.

Member Function Documentation

◆ GetObject()

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

Definition at line 54 of file RDisplayItem.hxx.

Member Data Documentation

◆ fObject

template<class T >
const T* ROOT::Experimental::ROrdinaryDisplayItem< T >::fObject {nullptr}
protected

direct pointer without ownership

Definition at line 49 of file RDisplayItem.hxx.

Libraries for ROOT::Experimental::ROrdinaryDisplayItem< T >:
[legend]

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