Definition at line 29 of file RDirectoryEntry.hxx.
#include <ROOT/RDirectoryEntry.hxx>
◆ clock_t
◆ time_point_t
◆ RDirectoryEntry() [1/4]
ROOT::Experimental::Internal::RDirectoryEntry::RDirectoryEntry |
( |
| ) |
|
|
inline |
◆ RDirectoryEntry() [2/4]
ROOT::Experimental::Internal::RDirectoryEntry::RDirectoryEntry |
( |
std::nullptr_t |
| ) |
|
|
inline |
◆ RDirectoryEntry() [3/4]
template<class T >
ROOT::Experimental::Internal::RDirectoryEntry::RDirectoryEntry |
( |
T * |
ptr | ) |
|
|
inlineexplicit |
◆ RDirectoryEntry() [4/4]
template<class T >
ROOT::Experimental::Internal::RDirectoryEntry::RDirectoryEntry |
( |
const std::shared_ptr< T > & |
ptr | ) |
|
|
inlineexplicit |
◆ CastPointer()
template<class U >
std::shared_ptr< U > ROOT::Experimental::Internal::RDirectoryEntry::CastPointer |
◆ GetDate()
const time_point_t & ROOT::Experimental::Internal::RDirectoryEntry::GetDate |
( |
| ) |
const |
|
inline |
◆ GetPointer() [1/2]
std::shared_ptr< void > & ROOT::Experimental::Internal::RDirectoryEntry::GetPointer |
( |
| ) |
|
|
inline |
◆ GetPointer() [2/2]
const std::shared_ptr< void > & ROOT::Experimental::Internal::RDirectoryEntry::GetPointer |
( |
| ) |
const |
|
inline |
◆ GetType()
TClass * ROOT::Experimental::Internal::RDirectoryEntry::GetType |
( |
| ) |
const |
|
inline |
◆ GetTypeInfo()
const std::type_info & ROOT::Experimental::Internal::RDirectoryEntry::GetTypeInfo |
( |
| ) |
const |
|
inline |
◆ operator bool()
ROOT::Experimental::Internal::RDirectoryEntry::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ SetChanged()
void ROOT::Experimental::Internal::RDirectoryEntry::SetChanged |
( |
| ) |
|
|
inline |
Inform the entry that it has been modified, and needs to update its last-changed time stamp.
Definition at line 57 of file RDirectoryEntry.hxx.
◆ swap()
◆ fDate
time_point_t ROOT::Experimental::Internal::RDirectoryEntry::fDate = clock_t::now() |
|
private |
◆ fObj
std::shared_ptr<void> ROOT::Experimental::Internal::RDirectoryEntry::fObj |
|
private |
◆ fType
TClass* ROOT::Experimental::Internal::RDirectoryEntry::fType |
|
private |
The documentation for this class was generated from the following file: