sipxmedialib
Version 3.3
|
#include <MpResourceSortAlg.h>
Public Member Functions | |
Creators | |
MpResourceSortAlg () | |
virtual | ~MpResourceSortAlg () |
Manipulators | |
OsStatus | doSort (MpResource *unsorted[], MpResource *sorted[], int numResources) |
Private Member Functions | |
OsStatus | visitResource (MpResource *pResource) |
MpResourceSortAlg (const MpResourceSortAlg &rMpResourceSortAlg) | |
MpResourceSortAlg & | operator= (const MpResourceSortAlg &rhs) |
Private Attributes | |
MpResource ** | mUnsorted |
MpResource ** | mSorted |
int | mNextSortedIndex |
|
virtual |
|
private |
OsStatus doSort | ( | MpResource * | unsorted[], |
MpResource * | sorted[], | ||
int | numResources | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |