The Gaudi Framework  master (37c0b60a)
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 190 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 191 of file pfm_gen_analysis.cpp.

191 { return a.OFFSET < b; }

◆ operator()() [2/2]

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

Definition at line 192 of file pfm_gen_analysis.cpp.

192 { return a < b.OFFSET; }

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