GClasses
|
An internal class used by GPriorityQueue. You should not use this class directly. More...
#include <GPriorityQueue.h>
Public Member Functions | |
GPriorityQueueEntry (int minIndex=0, int maxIndex=0, void *pPayload=NULL) | |
GPriorityQueueEntry (const GPriorityQueueEntry &other) | |
~GPriorityQueueEntry () | |
Public Attributes | |
int | m_minIndex |
int | m_maxIndex |
void * | m_pPayload |
An internal class used by GPriorityQueue. You should not use this class directly.
GClasses::GPriorityQueueEntry::GPriorityQueueEntry | ( | int | minIndex = 0 , |
int | maxIndex = 0 , |
||
void * | pPayload = NULL |
||
) | [inline] |
GClasses::GPriorityQueueEntry::GPriorityQueueEntry | ( | const GPriorityQueueEntry & | other | ) | [inline] |
GClasses::GPriorityQueueEntry::~GPriorityQueueEntry | ( | ) | [inline] |