Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TTreeCache::MissCache::Entry Struct Reference

Definition at line 86 of file TTreeCache.h.

Public Member Functions

 Entry (IOPos io)

Public Attributes

ULong64_t fIndex {0}
 ! Location in fData corresponding to this entry.
IOPos fIO

Friends

bool operator< (const Entry &a, const Entry &b)

#include <TTreeCache.h>

Constructor & Destructor Documentation

◆ Entry()

TTreeCache::MissCache::Entry::Entry ( IOPos io)
inline

Definition at line 87 of file TTreeCache.h.

◆ operator<

bool operator< ( const Entry & a,
const Entry & b )
friend

Definition at line 91 of file TTreeCache.h.

Member Data Documentation

◆ fIndex

ULong64_t TTreeCache::MissCache::Entry::fIndex {0}

! Location in fData corresponding to this entry.

Definition at line 90 of file TTreeCache.h.

◆ fIO

IOPos TTreeCache::MissCache::Entry::fIO

Definition at line 89 of file TTreeCache.h.


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