Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

FileInfo::CacheItemComparator Struct Reference

List of all members.

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 int &  a,
const CacheItem b 
) const [inline]

Definition at line 227 of file pfm_gen_analysis.cpp.

00228    {
00229     return a < b.OFFSET;
00230    }

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

Definition at line 223 of file pfm_gen_analysis.cpp.

00224    {
00225     return a.OFFSET < b;
00226    }


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:30:36 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004