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 222 of file pfm_gen_analysis.cpp.

Member Function Documentation

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

Definition at line 224 of file pfm_gen_analysis.cpp.

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

Definition at line 228 of file pfm_gen_analysis.cpp.

229  {
230  return a < b.OFFSET;
231  }

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