All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 221 of file pfm_gen_analysis.cpp.

Member Function Documentation

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

Definition at line 223 of file pfm_gen_analysis.cpp.

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

Definition at line 227 of file pfm_gen_analysis.cpp.

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

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