|
Cavestory Mod API
|
A sortable client class, to be used with SortedBinList. More...
#include <CaveNet_ExportedTypes.h>
Public Member Functions | |
| SortableClient (int key) | |
| Constructor. | |
| SortableClient () | |
| Deconstructor. | |
Public Attributes | |
| NetClient * | m_Client |
| A pointer to the client. | |
| int | m_Key |
| The key. | |
Protected Member Functions | |
| bool | operator< (const SortableClient &other) const |
| bool | operator<= (const SortableClient &other) const |
| bool | operator> (const SortableClient &other) const |
| bool | operator>= (const SortableClient &other) const |
| bool | operator!= (const SortableClient &other) const |
| bool | operator== (const SortableClient &other) const |
A sortable client class, to be used with SortedBinList.