Memory-mapped files stream
Provide read-write access to memory-mapped files on Windows and POSIX systems.
 All Classes Functions
filemapping Class Reference

At this time, move constructor and move assignment for streams are only implements in Microsoft Visual Studio 2010 and Intel C++ Compiler 12. More...

#include <fmstream.h>

Static Public Member Functions

static std::streamoff offset_granularity ()
 Get memory offset granularity.
 

Detailed Description

At this time, move constructor and move assignment for streams are only implements in Microsoft Visual Studio 2010 and Intel C++ Compiler 12.

File mapping utility class.

Member Function Documentation

std::streamoff filemapping::offset_granularity ( )
static

Get memory offset granularity.

Return the offset granularity of the system.

Returns
Return the offset granularity of the system.
See Also
filemappingbuf::open()
ifmstream::open()
fmstream::open()

The documentation for this class was generated from the following files: