#include <pprocess.h>
Inheritance diagram for PTimerList:
Public Types | |
typedef std::queue< RequestType > | RequestQueueType |
typedef std::vector< RequestType > | RequestListType |
Public Member Functions | |
PTimerList () | |
PTimeInterval | Process () |
PTimer::IDType | GetNewTimerId () const |
void | QueueRequest (RequestType::Action action, PTimer *timer, bool _isSync=true) |
Classes | |
class | RequestType |
typedef std::queue<RequestType> PTimerList::RequestQueueType |
typedef std::vector<RequestType> PTimerList::RequestListType |
PTimerList::PTimerList | ( | ) |
PTimeInterval PTimerList::Process | ( | ) |
PTimer::IDType PTimerList::GetNewTimerId | ( | ) | const [inline] |
void PTimerList::QueueRequest | ( | RequestType::Action | action, | |
PTimer * | timer, | |||
bool | _isSync = true | |||
) |