Simple wrapper around hardware information.
More...
#include <ihwinfo.h>
|
static std::string | CpuModel () |
| Returns the CPU Model string.
|
static std::string | CpuVendor () |
| Returns the CPU Vendor.
|
static std::string | OsName () |
| Returns the operating system.
|
static std::string | OsVersion () |
| Returns the operating system version.
|
static std::string | OsKernel () |
| Returns the operating system kernel.
|
static std::string | MainBoardName () |
| Returns the mother board name.
|
static std::string | MainBoardVendor () |
| Returns the mother board manufacture.
|
static std::string | MainBoardVersion () |
| Returns the mother board version.
|
static std::string | MainBoardSerialNumber () |
| Returns the mother board serial number.
|
Implements a simple wrapper around functions that reads hardware information about this computer.
◆ CpuModel()
std::string util::hw_info::IHwInfo::CpuModel |
( |
| ) |
|
|
staticnodiscard |
◆ CpuVendor()
std::string util::hw_info::IHwInfo::CpuVendor |
( |
| ) |
|
|
staticnodiscard |
◆ MainBoardName()
std::string util::hw_info::IHwInfo::MainBoardName |
( |
| ) |
|
|
staticnodiscard |
- Returns
- Mother board name.
◆ MainBoardSerialNumber()
std::string util::hw_info::IHwInfo::MainBoardSerialNumber |
( |
| ) |
|
|
staticnodiscard |
◆ MainBoardVendor()
std::string util::hw_info::IHwInfo::MainBoardVendor |
( |
| ) |
|
|
staticnodiscard |
- Returns
- Mother board manufacture.
◆ MainBoardVersion()
std::string util::hw_info::IHwInfo::MainBoardVersion |
( |
| ) |
|
|
staticnodiscard |
- Returns
- Mother board version.
◆ OsKernel()
std::string util::hw_info::IHwInfo::OsKernel |
( |
| ) |
|
|
staticnodiscard |
- Returns
- Operating system kernel.
◆ OsName()
std::string util::hw_info::IHwInfo::OsName |
( |
| ) |
|
|
staticnodiscard |
- Returns
- Operating system name.
◆ OsVersion()
std::string util::hw_info::IHwInfo::OsVersion |
( |
| ) |
|
|
staticnodiscard |
- Returns
- Operating system version.
The documentation for this class was generated from the following file: