Cavestory Mod API
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
CaveNet::DataStructures::SortableClient Class Reference

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

NetClientm_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
 

Detailed Description

A sortable client class, to be used with SortedBinList.


The documentation for this class was generated from the following file: