Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TTreeCache::IOPos Struct Reference

Definition at line 79 of file TTreeCache.h.

Public Member Functions

 IOPos (Long64_t pos, Int_t len)
 

Public Attributes

Int_t fLen {0}
 Position in file of cache entry. More...
 
Long64_t fPos {0}
 

#include <TTreeCache.h>

Constructor & Destructor Documentation

◆ IOPos()

TTreeCache::IOPos::IOPos ( Long64_t  pos,
Int_t  len 
)
inline

Definition at line 80 of file TTreeCache.h.

Member Data Documentation

◆ fLen

Int_t TTreeCache::IOPos::fLen {0}

Position in file of cache entry.

Definition at line 83 of file TTreeCache.h.

◆ fPos

Long64_t TTreeCache::IOPos::fPos {0}

Definition at line 82 of file TTreeCache.h.


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