diff --git a/docs/annotated.html b/docs/annotated.html index 0a9a11c..71f35f6 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -67,7 +67,7 @@ $(function() {
▼NMUtils | Global MUtils namespace | |||||
▼NCPUFetaures | This namespace contains functions and constants for detecting CPU information | |||||
Ccpu_info_t | Struct to hold information about the CPU | |||||
C_cpu_info_t | Struct to hold information about the CPU. See _cpu_info_t for details! | |||||
▼NHash | ||||||
▼NInternal | ||||||
▼NKeccakImpl |
|
|
| ||||
_os_version_t (MUtils::OS::Version) | IPCChannel (MUtils) | RegistryKey (MUtils::Registry) | UpdateChecker (MUtils) | |||
|
| |||||
_cpu_info_t (MUtils::CPUFetaures) | IPCChannel (MUtils) | RegistryKey (MUtils::Registry) | UpdateChecker (MUtils) | |||
_os_version_t (MUtils::OS::Version) |
|
| UpdateCheckerInfo (MUtils) | |||
| ||||||
|
| |||||
Blake2 (MUtils::Hash) | JobObject (MUtils) | spongeStateStruct (MUtils::Hash::Internal::KeccakImpl) | ||||
|
| |||||
JobObject (MUtils) | spongeStateStruct (MUtils::Hash::Internal::KeccakImpl) | |||||
Blake2 (MUtils::Hash) |
|
| Version (MUtils) | |||
cpu_info_t (MUtils::CPUFetaures) | Keccak (MUtils::Hash) | Taskbar7 (MUtils) | ||||
Keccak (MUtils::Hash) | Taskbar7 (MUtils) | |||||
This is the complete list of members for MUtils::CPUFetaures::cpu_info_t, including all inherited members.
+This is the complete list of members for MUtils::CPUFetaures::_cpu_info_t, including all inherited members.
Classes | |
struct | MUtils::CPUFetaures::cpu_info_t |
Struct to hold information about the CPU. More... | |
struct | MUtils::CPUFetaures::_cpu_info_t |
Struct to hold information about the CPU. See _cpu_info_t for details! More... | |
@@ -95,6 +96,13 @@ Namespaces | |
This namespace contains functions and constants for detecting CPU information. | |
+Typedefs | |
+typedef struct MUtils::CPUFetaures::_cpu_info_t | MUtils::CPUFetaures::cpu_info_t |
Struct to hold information about the CPU. See _cpu_info_t for details! | |
Functions | |
MUTILS_API cpu_info_t | MUtils::CPUFetaures::detect (void) |
Variables | |
static const uint8_t | MUtils::CPUFetaures::VENDOR_INTEL = 0x01U |
CPU vendor flag. More... | |
static const uint8_t | MUtils::CPUFetaures::VENDOR_AMD = 0x02U |
CPU vendor flag. More... | |
static const quint8 | MUtils::CPUFetaures::VENDOR_INTEL = 0x01U |
CPU vendor flag. More... | |
static const quint8 | MUtils::CPUFetaures::VENDOR_AMD = 0x02U |
CPU vendor flag. More... | |
static const quint32 | MUtils::CPUFetaures::FLAG_CMOV = 0x001U |
CPU feature flag. More... | |
This file contains function for detecting information about the CPU.
-Call the MUtils::CPUFetaures::detect() to detect information about the processor, which will be returned in a MUtils::CPUFetaures::cpu_info_t
struct.
Call the MUtils::CPUFetaures::detect() to detect information about the processor, which will be returned in a MUtils::CPUFetaures::cpu_info_t
struct.
Classes | |
struct | cpu_info_t |
Struct to hold information about the CPU. More... | |
struct | _cpu_info_t |
Struct to hold information about the CPU. See _cpu_info_t for details! More... | |
+Typedefs | |
+typedef struct MUtils::CPUFetaures::_cpu_info_t | cpu_info_t |
Struct to hold information about the CPU. See _cpu_info_t for details! | |
Functions | |
MUTILS_API cpu_info_t | detect (void) |
MUTILS_API cpu_info_t | detect (void) |
Detect processor information. More... | |
Variables | |
static const uint8_t | VENDOR_INTEL = 0x01U |
CPU vendor flag. More... | |
static const uint8_t | VENDOR_AMD = 0x02U |
CPU vendor flag. More... | |
static const quint8 | VENDOR_INTEL = 0x01U |
CPU vendor flag. More... | |
static const quint8 | VENDOR_AMD = 0x02U |
CPU vendor flag. More... | |
static const quint32 | FLAG_CMOV = 0x001U |
CPU feature flag. More... | |
This namespace contains functions and constants for detecting CPU information.
-Call the detect() to detect information about the processor, which will be returned in a cpu_info_t
struct.
Call the detect() to detect information about the processor, which will be returned in a cpu_info_t
struct.
MUTILS_API cpu_info_t MUtils::CPUFetaures::detect | +MUTILS_API cpu_info_t MUtils::CPUFetaures::detect | ( | void | ) | @@ -145,7 +153,7 @@ Variables
|
@@ -400,8 +408,8 @@ Variables
|
diff --git a/docs/d2/d59/struct_m_utils_1_1_c_p_u_fetaures_1_1cpu__info__t.html b/docs/dd/de2/struct_m_utils_1_1_c_p_u_fetaures_1_1__cpu__info__t.html
similarity index 54%
rename from docs/d2/d59/struct_m_utils_1_1_c_p_u_fetaures_1_1cpu__info__t.html
rename to docs/dd/de2/struct_m_utils_1_1_c_p_u_fetaures_1_1__cpu__info__t.html
index 7f3cdd3..048ed6c 100644
--- a/docs/d2/d59/struct_m_utils_1_1_c_p_u_fetaures_1_1cpu__info__t.html
+++ b/docs/dd/de2/struct_m_utils_1_1_c_p_u_fetaures_1_1__cpu__info__t.html
@@ -5,7 +5,7 @@
-
Public Attributes | |
-quint32 | family |
CPU family indicator, which specifies the processor "generation" to which the CPU belongs. | |
-quint32 | model |
CPU model indicator, which is used to distinguish processor "variants" within a generation. | |
-quint32 | stepping |
CPU stepping indicator, which is used to distinguish "revisions" of a certain processor model. | |
-quint32 | count |
The number of available (logical) processors. | |
-quint32 | features |
CPU feature flags, indicating suppoprt for extended instruction sets; all flags are OR-combined. | |
-bool | x64 |
Indicates that the processor and the operating system support 64-Bit (AMD64/EM64T) | |
-uint8_t | vendor |
CPU vendor flag; might be zero, if vendor is unknown. | |
-char | idstr [13] |
CPU identifier string, exactly 12 characters (e.g. "GenuineIntel" or "AuthenticAMD") | |
-char | brand [48] |
CPU brand string, up to 48 characters (e.g. "Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz") | |
+quint32 | family |
CPU family indicator, which specifies the processor "generation" to which the CPU belongs. | |
+quint32 | model |
CPU model indicator, which is used to distinguish processor "variants" within a generation. | |
+quint32 | stepping |
CPU stepping indicator, which is used to distinguish "revisions" of a certain processor model. | |
+quint32 | count |
The number of available (logical) processors. | |
+quint32 | features |
CPU feature flags, indicating suppoprt for extended instruction sets; all flags are OR-combined. | |
+bool | x64 |
Indicates that the processor and the operating system support 64-Bit (AMD64/EM64T) | |
+quint8 | vendor |
CPU vendor flag; might be zero, if vendor is unknown. | |
+char | idstr [13] |
CPU identifier string, exactly 12 characters (e.g. "GenuineIntel" or "AuthenticAMD") | |
+char | brand [48] |
CPU brand string, up to 48 characters (e.g. "Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz") | |
Struct to hold information about the CPU.
+Struct to hold information about the CPU. See _cpu_info_t
for details!
CMUtils::OS::Version::_os_version_t | |
CMUtils::Hash::Blake2 | |
CMUtils::CPUFetaures::cpu_info_t | Struct to hold information about the CPU |
CMUtils::CPUFetaures::_cpu_info_t | Struct to hold information about the CPU. See _cpu_info_t for details! |
CMUtils::OS::Version::_os_version_t | |
CMUtils::Hash::Blake2 | |
CMUtils::IPCChannel | |
CMUtils::JobObject | |
CMUtils::Hash::Keccak |
+ MuldeR's Utilities for Qt
+
+ MUtilities
+ |
+