#include <RageSoundPosMap.h>
Public Member Functions | |
pos_map_queue () | |
pos_map_queue (const pos_map_queue &cpy) | |
void | Insert (int64_t frameno, int position, int got_frames) |
int64_t | Search (int64_t frameno, bool *approximate) const |
void | Clear () |
bool | IsEmpty () const |
Private Member Functions | |
void | Cleanup () |
Private Attributes | |
deque< pos_map_t > | m_Queue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|