FileBlockQueue Class Reference

Store the file positions of blocks. More...

#include <FileBlockQueue.h>

List of all members.

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.

Detailed Description

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.

Author
lapark
Revision
1.3
Date
2009/10/08 06:41:30
Id
FileBlockQueue.h,v 1.3 2009/10/08 06:41:30 lapark Exp

The documentation for this class was generated from the following files:
 All Classes Functions Variables Friends

Generated on Tue Nov 10 14:12:13 2009 for textIR by  doxygen 1.6.1