 
			
		CPUID queries information about the processor More...
#include "types.h" Include dependency graph for cpuid.h:
 Include dependency graph for cpuid.h:| Classes | |
| union | CPUID::Reg | 
| Structure for register values returned by cpuidinstruction.  More... | |
| Structs | |
| struct | CPUID::Reg.__unnamed__ | 
| Namespaces | |
| CPUID | |
| Query information about the processor. | |
| Functions | |
| Reg | CPUID::get (Function eax) | 
| Get CPU identification and feature information.  More... | |
| bool | CPUID::has (enum FeatureECX feature) | 
| Check if feature is provided by this system.  More... | |
| bool | CPUID::has (enum FeatureEDX feature) | 
| Check if feature is provided by this system.  More... | |
| bool | CPUID::has (enum ExtendedFeatureEDX feature) | 
| Check if feature is provided by this system.  More... | |
CPUID queries information about the processor
| union CPUID::Reg | 
Structure for register values returned by cpuid instruction. 
| Class Members | ||
|---|---|---|
| struct Reg | __unnamed__ | |
| char | value[16] | |