ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Private Attributes | List of all members
ROOT::TKey Class Reference

Definition at line 21 of file TKey.h.

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_tGetDate () const
 
void SetChanged ()
 

Private Attributes

std::string fName
 
time_point_t fDate
 

#include <ROOT/TKey.h>

+ Collaboration diagram for ROOT::TKey:

Member Typedef Documentation

using ROOT::TKey::clock_t = std::chrono::system_clock

Definition at line 23 of file TKey.h.

using ROOT::TKey::time_point_t = std::chrono::time_point<clock_t>

Definition at line 24 of file TKey.h.

Constructor & Destructor Documentation

ROOT::TKey::TKey ( )
default
ROOT::TKey::TKey ( const std::string &  name)
inline

Definition at line 26 of file TKey.h.

Member Function Documentation

const time_point_t& ROOT::TKey::GetDate ( ) const
inline

Definition at line 29 of file TKey.h.

const std::string& ROOT::TKey::GetName ( ) const
inline
void ROOT::TKey::SetChanged ( )
inline

Definition at line 30 of file TKey.h.

Member Data Documentation

time_point_t ROOT::TKey::fDate
private

Definition at line 34 of file TKey.h.

Referenced by GetDate(), and SetChanged().

std::string ROOT::TKey::fName
private

Definition at line 33 of file TKey.h.

Referenced by GetName().


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