ROOT
6.06/09
Reference Guide
|
#include <atomic>
#include "Riostream.h"
#include "TROOT.h"
#include "TClass.h"
#include "TDirectoryFile.h"
#include "TFile.h"
#include "TKey.h"
#include "TBufferFile.h"
#include "TFree.h"
#include "TBrowser.h"
#include "Bytes.h"
#include "TInterpreter.h"
#include "TError.h"
#include "TVirtualStreamerInfo.h"
#include "TSchemaRuleSet.h"
#include "RZip.h"
Go to the source code of this file.
Functions | |
TString & | gTDirectoryString () |
ClassImp (TKey) TKey | |
TKey default constructor. More... | |
Variables | |
const Int_t | kTitleMax = 32000 |
const ULong64_t | kPidOffsetMask = 0xffffffffffffULL |
const UChar_t | kPidOffsetShift = 48 |
std::atomic< UInt_t > | keyAbsNumber {0} |
TString& gTDirectoryString | ( | ) |
Definition at line 81 of file TKey.cxx.
Referenced by TKey::FillBuffer().
std::atomic<UInt_t> keyAbsNumber {0} |
Definition at line 85 of file TKey.cxx.
Referenced by ClassImp(), TKey::Create(), TKey::Reset(), and TKey::TKey().
const ULong64_t kPidOffsetMask = 0xffffffffffffULL |
Definition at line 75 of file TKey.cxx.
Referenced by TKey::FillBuffer(), and TKey::ReadKeyBuffer().
const UChar_t kPidOffsetShift = 48 |
Definition at line 79 of file TKey.cxx.
Referenced by TKey::FillBuffer(), and TKey::ReadKeyBuffer().
const Int_t kTitleMax = 32000 |
Definition at line 69 of file TKey.cxx.
Referenced by TKey::Build().