Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 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 Mon Feb 17 2014 14:38:01 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004