CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::FileIndex::Transients Struct Reference

#include <FileIndex.h>

Public Member Functions

void reset ()
 
 Transients ()
 

Public Attributes

bool allInEntryOrder_
 
bool resultCached_
 
SortState sortState_
 

Detailed Description

Definition at line 107 of file FileIndex.h.

Constructor & Destructor Documentation

◆ Transients()

edm::FileIndex::Transients::Transients ( )

Definition at line 19 of file FileIndex.cc.

Member Function Documentation

◆ reset()

void edm::FileIndex::Transients::reset ( void  )

Definition at line 22 of file FileIndex.cc.

22  {
23  allInEntryOrder_ = false;
24  resultCached_ = false;
26  }

References edm::FileIndex::kSorted_Run_Lumi_Event.

Referenced by edm::FileIndex::initializeTransients().

Member Data Documentation

◆ allInEntryOrder_

bool edm::FileIndex::Transients::allInEntryOrder_

Definition at line 110 of file FileIndex.h.

Referenced by edm::FileIndex::allInEntryOrder().

◆ resultCached_

bool edm::FileIndex::Transients::resultCached_

Definition at line 111 of file FileIndex.h.

Referenced by edm::FileIndex::resultCached().

◆ sortState_

SortState edm::FileIndex::Transients::sortState_

Definition at line 112 of file FileIndex.h.

Referenced by edm::FileIndex::sortState().

edm::FileIndex::Transients::sortState_
SortState sortState_
Definition: FileIndex.h:112
edm::FileIndex::kSorted_Run_Lumi_Event
Definition: FileIndex.h:103
edm::FileIndex::Transients::allInEntryOrder_
bool allInEntryOrder_
Definition: FileIndex.h:110
edm::FileIndex::Transients::resultCached_
bool resultCached_
Definition: FileIndex.h:111