The Gaudi Framework  v31r0 (aeb156f0)
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 181 of file pfm_gen_analysis.cpp.

Member Function Documentation

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

Definition at line 182 of file pfm_gen_analysis.cpp.

182 { return a.OFFSET < b; }
bool FileInfo::CacheItemComparator::operator() ( const int &  a,
const CacheItem b 
) const
inline

Definition at line 183 of file pfm_gen_analysis.cpp.

183 { return a < b.OFFSET; }

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