CpuId

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

get32bitAsBE
uint get32bitAsBE(string x)
Undocumented in source. Be warned that the author may not have intended to support it.
getCpuid
uint[4] getCpuid(uint eaxIn)
Undocumented in source. Be warned that the author may not have intended to support it.
getCpuidEx
uint[4] getCpuidEx(uint eaxIn, uint ecxIn)
Undocumented in source. Be warned that the author may not have intended to support it.
getXfeature
uint64 getXfeature()
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
mask
uint mask(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
putFamily
void putFamily()
Undocumented in source. Be warned that the author may not have intended to support it.
setFamily
void setFamily()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

displayFamily
int displayFamily;
Undocumented in source.
displayModel
int displayModel;
Undocumented in source.
extFamily
int extFamily;
Undocumented in source.
extModel
int extModel;
Undocumented in source.
family
int family;
Undocumented in source.
model
int model;
Undocumented in source.
stepping
int stepping;
Undocumented in source.
type_
uint64 type_;
Undocumented in source.

Meta