LessBitmapCacheKey Struct Reference

#include <bitmapcache.h>

List of all members.

Public Member Functions

bool operator() (const CBitmapCacheKey &s1, const CBitmapCacheKey &s2) const


Detailed Description

Definition at line 152 of file bitmapcache.h.


Member Function Documentation

bool LessBitmapCacheKey::operator() const CBitmapCacheKey s1,
const CBitmapCacheKey s2
const [inline]
 

Definition at line 154 of file bitmapcache.h.

00155   {
00156       return s1.Hash() < s2.Hash();
00157   }


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 03:55:48 2007 for Camelot by  doxygen 1.4.4