Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions

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 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:12 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004