Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

stroke_less Struct Reference


Detailed Description

KeyStroke comparation.

Definition at line 32 of file KeyStroke.h.

Public Member Functions

bool operator() (const KeyStroke &left, const KeyStroke &right) const


Member Function Documentation

bool stroke_less::operator() const KeyStroke left,
const KeyStroke right
const [inline]
 

Definition at line 34 of file KeyStroke.h.

00035     {
00036         return left.less(right);
00037     }


The documentation for this struct was generated from the following file:
Generated on Wed Jun 1 09:57:00 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2