Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

File.hpp File Reference

#include <vector>
#include <sstream>
#include <fstream>
#include <cassert>

Go to the source code of this file.

Compounds

class  File
struct  FileSegment

Defines

#define FILE_PAGE_SIZE   (8192)
#define FILE_1GB   (1024 * 1024 * 1024)
#define FILE_2GB_MINUS_1   (FILE_1GB + (FILE_1GB - 1))
#define FILE_MAXIMUM_SEGMENT_SIZE   (FILE_2GB_MINUS_1 - FILE_PAGE_SIZE + 1)
#define _UNLINK   std::remove


Define Documentation

#define _UNLINK   std::remove
 

#define FILE_1GB   (1024 * 1024 * 1024)
 

#define FILE_2GB_MINUS_1   (FILE_1GB + (FILE_1GB - 1))
 

#define FILE_MAXIMUM_SEGMENT_SIZE   (FILE_2GB_MINUS_1 - FILE_PAGE_SIZE + 1)
 

#define FILE_PAGE_SIZE   (8192)
 


Generated on Fri Feb 6 07:11:52 2004 for LEMUR by doxygen1.2.16