Planeshift
Public Member Functions | Static Public Member Functions

google_breakpad::FileID Class Reference

#include <file_id.h>

List of all members.

Public Member Functions

bool ElfFileIdentifier (uint8_t identifier[kMDGUIDSize])
 FileID (const char *path)
 ~FileID ()

Static Public Member Functions

static void ConvertIdentifierToString (const uint8_t identifier[kMDGUIDSize], char *buffer, int buffer_length)
static bool ElfFileIdentifierFromMappedFile (const void *base, uint8_t identifier[kMDGUIDSize])

Detailed Description

Definition at line 44 of file file_id.h.


Constructor & Destructor Documentation

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

Definition at line 47 of file file_id.h.


Member Function Documentation

static void google_breakpad::FileID::ConvertIdentifierToString ( const uint8_t  identifier[kMDGUIDSize],
char *  buffer,
int  buffer_length 
) [static]
bool google_breakpad::FileID::ElfFileIdentifier ( uint8_t  identifier[kMDGUIDSize])
static bool google_breakpad::FileID::ElfFileIdentifierFromMappedFile ( const void *  base,
uint8_t  identifier[kMDGUIDSize] 
) [static]

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