DDraceNetwork Documentation
Loading...
Searching...
No Matches
CSortWrap Class Reference
Collaboration diagram for CSortWrap:
[legend]

Public Member Functions

 CSortWrap (CServerBrowser *pServer, SortFunc Func)
bool operator() (int a, int b)

Private Types

typedef bool(CServerBrowser::* SortFunc) (int, int) const

Private Attributes

SortFunc m_pfnSort
CServerBrowserm_pThis

Member Typedef Documentation

◆ SortFunc

typedef bool(CServerBrowser::* CSortWrap::SortFunc) (int, int) const
private

Constructor & Destructor Documentation

◆ CSortWrap()

CSortWrap::CSortWrap ( CServerBrowser * pServer,
SortFunc Func )
inline

Member Function Documentation

◆ operator()()

bool CSortWrap::operator() ( int a,
int b )
inline

Member Data Documentation

◆ m_pfnSort

SortFunc CSortWrap::m_pfnSort
private

◆ m_pThis

CServerBrowser* CSortWrap::m_pThis
private

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