Planeshift
|
#include <proc_cpuinfo_reader.h>
Public Member Functions | |
bool | GetNextField (const char **field) |
const char * | GetValue () |
const char * | GetValueAndLen (size_t *length) |
ProcCpuInfoReader (int fd) |
Definition at line 45 of file proc_cpuinfo_reader.h.
google_breakpad::ProcCpuInfoReader::ProcCpuInfoReader | ( | int | fd | ) | [inline] |
Definition at line 47 of file proc_cpuinfo_reader.h.
bool google_breakpad::ProcCpuInfoReader::GetNextField | ( | const char ** | field | ) | [inline] |
Definition at line 54 of file proc_cpuinfo_reader.h.
const char* google_breakpad::ProcCpuInfoReader::GetValue | ( | ) | [inline] |
Definition at line 108 of file proc_cpuinfo_reader.h.
const char* google_breakpad::ProcCpuInfoReader::GetValueAndLen | ( | size_t * | length | ) | [inline] |
Definition at line 115 of file proc_cpuinfo_reader.h.