Planeshift
Public Member Functions | Protected Attributes

google_breakpad::UntypedMDRVA Class Reference

#include <minidump_file_writer.h>

List of all members.

Public Member Functions

bool Allocate (size_t size)
bool Copy (const void *src, size_t size)
bool Copy (MDRVA position, const void *src, size_t size)
MDLocationDescriptor location () const
MDRVA position () const
size_t size () const
 UntypedMDRVA (MinidumpFileWriter *writer)

Protected Attributes

MDRVA position_
size_t size_
MinidumpFileWriterwriter_

Detailed Description

Definition at line 156 of file minidump_file_writer.h.


Constructor & Destructor Documentation

google_breakpad::UntypedMDRVA::UntypedMDRVA ( MinidumpFileWriter writer) [inline, explicit]

Definition at line 158 of file minidump_file_writer.h.


Member Function Documentation

bool google_breakpad::UntypedMDRVA::Allocate ( size_t  size)
bool google_breakpad::UntypedMDRVA::Copy ( MDRVA  position,
const void *  src,
size_t  size 
)
bool google_breakpad::UntypedMDRVA::Copy ( const void *  src,
size_t  size 
) [inline]

Definition at line 185 of file minidump_file_writer.h.

MDLocationDescriptor google_breakpad::UntypedMDRVA::location ( ) const [inline]

Definition at line 174 of file minidump_file_writer.h.

MDRVA google_breakpad::UntypedMDRVA::position ( ) const [inline]

Definition at line 168 of file minidump_file_writer.h.

size_t google_breakpad::UntypedMDRVA::size ( ) const [inline]

Definition at line 171 of file minidump_file_writer.h.


Member Data Documentation

Definition at line 194 of file minidump_file_writer.h.

Definition at line 197 of file minidump_file_writer.h.

Definition at line 191 of file minidump_file_writer.h.


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