The Gaudi Framework  v36r1 (3e2fb5a8)
FileInfo::CacheItemComparator Struct Reference

Public Member Functions

bool operator() (const CacheItem &a, const int &b) const
 
bool operator() (const int &a, const CacheItem &b) const
 

Detailed Description

Definition at line 191 of file pfm_gen_analysis.cpp.

Member Function Documentation

◆ operator()() [1/2]

bool FileInfo::CacheItemComparator::operator() ( const CacheItem a,
const int &  b 
) const
inline

Definition at line 192 of file pfm_gen_analysis.cpp.

192 { return a.OFFSET < b; }

◆ operator()() [2/2]

bool FileInfo::CacheItemComparator::operator() ( const int &  a,
const CacheItem b 
) const
inline

Definition at line 193 of file pfm_gen_analysis.cpp.

193 { return a < b.OFFSET; }

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