ROOT
6.06/09
Reference Guide
|
Public Types | |
using | clock_t = std::chrono::system_clock |
using | time_point_t = std::chrono::time_point< clock_t > |
Public Member Functions | |
TKey ()=default | |
TKey (const std::string &name) | |
const std::string & | GetName () const |
const time_point_t & | GetDate () const |
void | SetChanged () |
Private Attributes | |
std::string | fName |
time_point_t | fDate |
#include <ROOT/TKey.h>
using ROOT::TKey::clock_t = std::chrono::system_clock |
using ROOT::TKey::time_point_t = std::chrono::time_point<clock_t> |
|
default |
|
inline |
|
inline |
Definition at line 28 of file TKey.h.
Referenced by std::hash< ROOT::TKey >::operator()(), ROOT::operator<(), ROOT::operator<=(), ROOT::operator==(), ROOT::operator>(), and ROOT::operator>=().
|
private |
Definition at line 34 of file TKey.h.
Referenced by GetDate(), and SetChanged().
|
private |