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