Planeshift
Public Member Functions

google_breakpad::MemoryMappedFile Class Reference

#include <memory_mapped_file.h>

List of all members.

Public Member Functions

const MemoryRangecontent () const
const void * data () const
bool Map (const char *path)
 MemoryMappedFile ()
 MemoryMappedFile (const char *path)
size_t size () const
void Unmap ()
 ~MemoryMappedFile ()

Detailed Description

Definition at line 44 of file memory_mapped_file.h.


Constructor & Destructor Documentation

google_breakpad::MemoryMappedFile::MemoryMappedFile ( )
google_breakpad::MemoryMappedFile::MemoryMappedFile ( const char *  path) [explicit]
google_breakpad::MemoryMappedFile::~MemoryMappedFile ( )

Member Function Documentation

const MemoryRange& google_breakpad::MemoryMappedFile::content ( ) const [inline]

Definition at line 67 of file memory_mapped_file.h.

const void* google_breakpad::MemoryMappedFile::data ( ) const [inline]

Definition at line 71 of file memory_mapped_file.h.

bool google_breakpad::MemoryMappedFile::Map ( const char *  path)
size_t google_breakpad::MemoryMappedFile::size ( ) const [inline]

Definition at line 75 of file memory_mapped_file.h.

void google_breakpad::MemoryMappedFile::Unmap ( )

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