Decalration of System class which provides unified access to system information. More...
#include <ogdf/basic/basic.h>
Go to the source code of this file.
Classes | |
class | ogdf::System |
System specific functionality. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Enumerations | |
enum class | ogdf::CPUFeature { ogdf::CPUFeature::MMX , ogdf::CPUFeature::SSE , ogdf::CPUFeature::SSE2 , ogdf::CPUFeature::SSE3 , ogdf::CPUFeature::SSSE3 , ogdf::CPUFeature::SSE4_1 , ogdf::CPUFeature::SSE4_2 , ogdf::CPUFeature::VMX , ogdf::CPUFeature::SMX , ogdf::CPUFeature::EST , ogdf::CPUFeature::MONITOR } |
Special features supported by a x86/x64 CPU. More... | |
enum class | ogdf::CPUFeatureMask : unsigned int { ogdf::CPUFeatureMask::MMX = 1 << static_cast<int>(CPUFeature::MMX) , ogdf::CPUFeatureMask::SSE = 1 << static_cast<int>(CPUFeature::SSE) , ogdf::CPUFeatureMask::SSE2 = 1 << static_cast<int>(CPUFeature::SSE2) , ogdf::CPUFeatureMask::SSE3 = 1 << static_cast<int>(CPUFeature::SSE3) , ogdf::CPUFeatureMask::SSSE3 = 1 << static_cast<int>(CPUFeature::SSSE3) , ogdf::CPUFeatureMask::SSE4_1 = 1 << static_cast<int>(CPUFeature::SSE4_1) , ogdf::CPUFeatureMask::SSE4_2 = 1 << static_cast<int>(CPUFeature::SSE4_2) , ogdf::CPUFeatureMask::VMX = 1 << static_cast<int>(CPUFeature::VMX) , ogdf::CPUFeatureMask::SMX = 1 << static_cast<int>(CPUFeature::SMX) , ogdf::CPUFeatureMask::EST = 1 << static_cast<int>(CPUFeature::EST) , ogdf::CPUFeatureMask::MONITOR = 1 << static_cast<int>(CPUFeature::MONITOR) } |
Bit mask for CPU features. More... | |
Functions | |
unsigned int | ogdf::operator|= (unsigned int &i, CPUFeatureMask fm) |
Decalration of System class which provides unified access to system information.
Definition in file System.h.