Store the file positions of blocks. More...
#include <FileBlockQueue.h>
Public Member Functions | |
FileBlockQueue (void) | |
Create the queue. | |
FILE_POS_TYPE | pop (void) |
Pop a file position from the queue. | |
void | push (FILE_POS_TYPE val) |
Push a file position onto the queue. | |
void | operator+= (FileBlockQueue *fQueue) |
Copy the contents of another FileBlockQueue into this one. |
Store the file positions of blocks.
This class is used to store the file position of blocks stored in a binary file. This can be used to later access the block contents with a file pointer.