#include <LComparator.h>
Inheritance diagram for LLongComparator:


Has own static GetComparator retrieving sLongComparator Singleton.
Public Methods | |
| LLongComparator () | |
| virtual | ~LLongComparator () |
| virtual SInt32 | Compare (const void *inItemOne, const void *inItemTwo, UInt32 inSizeOne, UInt32 inSizeTwo) const |
| virtual Boolean | IsEqualTo (const void *inItemOne, const void *inItemTwo, UInt32 inSizeOne, UInt32 inSizeTwo) const |
| virtual LComparator * | Clone () |
| virtual SInt32 | CompareToKey (const void *inItem, UInt32 inSize, const void *inKey) const |
| virtual Boolean | IsEqualToKey (const void *inItem, UInt32 inSize, const void *inKey) const |
Static Public Methods | |
| LLongComparator * | GetComparator () |
Static Protected Attributes | |
| LLongComparator * | sLongComparator = nil |
| LComparator * | sComparator |
| Singleton pointer to a comparator obtained with GetComparator. | |
|
|
|
|
|
|
|
|
Reimplemented from LComparator. |
|
||||||||||||||||||||
|
Reimplemented from LComparator. |
|
||||||||||||||||
|
|
|
|
Reimplemented from LComparator. |
|
||||||||||||||||||||
|
Reimplemented from LComparator. |
|
||||||||||||||||
|
|
|
|
Singleton pointer to a comparator obtained with GetComparator. Don't know why this is protected rather than private, consider that a dodgy bit of original PowerPlant design. |
|
|
|
1.2.17