Gaudi Framework, version v23r7

Home   Generated: Wed Mar 20 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
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.

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

Definition at line 227 of file pfm_gen_analysis.cpp.

{
return a < b.OFFSET;
}

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

Generated at Wed Mar 20 2013 17:59:44 for Gaudi Framework, version v23r7 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004