Main Page   Modules   Class Hierarchy   Compound List   Compound Members  

GAUGE3D::GFileSystem::FileMap Class Reference

Contains information related to a memory mapped file. More...

#include <gauge3d/osabstraction/filesystem.h>

List of all members.

Public Attributes

void* mMap
 The location in memory where the file has been mapped.

int mOffset
 The offset from the beginning of the file at which the map starts.

int mSize
 The size of the map.

FileMapInternal* mInternal
 A pointer to internal info needed by the filesystem.


Detailed Description

Contains information related to a memory mapped file.

The values of mOffset and mSize will always be exactly what was requested when GFileSystem::Map() was called.


The documentation for this class was generated from the following file:
Generated at Tue Jan 30 17:07:34 2001 for gauge3d by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000