![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <LessComparator.hpp>
Public Member Functions | |
| virtual | ~LessComparator () |
| bool | operator() (const T &left, const T &right) const |
IComparator members. | |
| virtual int | Compare (const T &left, const T &right) const |
Public Member Functions inherited from yap::IComparator< T > | |
| virtual | ~IComparator () |
Protected Member Functions | |
| LessComparator () | |
| LessComparator (const LessComparator< T > ©) | |
| LessComparator< T > & | operator= (const LessComparator< T > ©) |
| virtual int | HandleCompare (const T &left, const T &right) const =0 |
Definition at line 10 of file LessComparator.hpp.
|
inlinevirtual |
Definition at line 12 of file LessComparator.hxx.
|
inlineprotected |
Definition at line 7 of file LessComparator.hxx.
|
inlineprotected |
Definition at line 17 of file LessComparator.hxx.
|
inlinevirtual |
Implements yap::IComparator< T >.
Definition at line 37 of file LessComparator.hxx.
|
protectedpure virtual |
Implemented in yap::MapEventContextTriggerComparator, and yap::DrawableWorldObjectOrderComparator.
|
inline |
Definition at line 29 of file LessComparator.hxx.
|
inlineprotected |
Definition at line 22 of file LessComparator.hxx.