#include <FileIndex.h>
Public Member Functions | |
void | reset () |
Transients () | |
Public Attributes | |
bool | allInEntryOrder_ |
bool | resultCached_ |
SortState | sortState_ |
Definition at line 120 of file FileIndex.h.
edm::FileIndex::Transients::Transients | ( | ) |
Definition at line 19 of file FileIndex.cc.
void edm::FileIndex::Transients::reset | ( | void | ) |
Definition at line 22 of file FileIndex.cc.
References allInEntryOrder_, edm::FileIndex::kSorted_Run_Lumi_Event, resultCached_, and sortState_.
Referenced by edm::FileIndex::initializeTransients().
bool edm::FileIndex::Transients::allInEntryOrder_ |
Definition at line 123 of file FileIndex.h.
Referenced by edm::FileIndex::allInEntryOrder(), and reset().
bool edm::FileIndex::Transients::resultCached_ |
Definition at line 124 of file FileIndex.h.
Referenced by reset(), and edm::FileIndex::resultCached().
SortState edm::FileIndex::Transients::sortState_ |
Definition at line 125 of file FileIndex.h.
Referenced by reset(), and edm::FileIndex::sortState().