Planeshift
Public Member Functions | Static Public Attributes

google_breakpad::CpuSet Class Reference

#include <cpu_set.h>

List of all members.

Public Member Functions

 CpuSet ()
int GetCount ()
void IntersectWith (const CpuSet &other)
bool ParseSysFile (int fd)

Static Public Attributes

static const size_t kMaxCpus = 1024

Detailed Description

Definition at line 45 of file cpu_set.h.


Constructor & Destructor Documentation

google_breakpad::CpuSet::CpuSet ( ) [inline]

Definition at line 50 of file cpu_set.h.


Member Function Documentation

int google_breakpad::CpuSet::GetCount ( ) [inline]

Definition at line 119 of file cpu_set.h.

void google_breakpad::CpuSet::IntersectWith ( const CpuSet other) [inline]

Definition at line 113 of file cpu_set.h.

bool google_breakpad::CpuSet::ParseSysFile ( int  fd) [inline]

Definition at line 55 of file cpu_set.h.


Member Data Documentation

const size_t google_breakpad::CpuSet::kMaxCpus = 1024 [static]

Definition at line 48 of file cpu_set.h.


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