The Gaudi Framework  v30r3 (a5ef0a68)
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 208 of file pfm_gen_analysis.cpp.

Member Function Documentation

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

Definition at line 209 of file pfm_gen_analysis.cpp.

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

Definition at line 210 of file pfm_gen_analysis.cpp.

210 { return a < b.OFFSET; }

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