RequestPtrCompare Class Reference

List of all members.

Public Member Functions

bool operator() (const DrawingRequest *r1, const DrawingRequest *r2) const

Detailed Description

Definition at line 354 of file drawing_context.cpp.


Member Function Documentation

bool RequestPtrCompare::operator() ( const DrawingRequest r1,
const DrawingRequest r2 
) const [inline]

Definition at line 357 of file drawing_context.cpp.

00358   {
00359     return *r1 < *r2;
00360   }


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 03:38:34 2014 for SuperTux by  doxygen 1.5.1