#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.
: allInEntryOrder_(false), resultCached_(false), sortState_(kSorted_Run_Lumi_Event) {}
void edm::FileIndex::Transients::reset | ( | void | ) |
Definition at line 22 of file FileIndex.cc.
References edm::FileIndex::kSorted_Run_Lumi_Event.
Referenced by edm::FileIndex::initializeTransients().
{ allInEntryOrder_ = false; resultCached_ = false; sortState_ = kSorted_Run_Lumi_Event; }
Definition at line 123 of file FileIndex.h.
Referenced by edm::FileIndex::allInEntryOrder().
Definition at line 124 of file FileIndex.h.
Referenced by edm::FileIndex::resultCached().
Definition at line 125 of file FileIndex.h.
Referenced by edm::FileIndex::sortState().