15namespace util::hw_info {
40 [[nodiscard]]
static std::string
OsName();
Simple wrapper around hardware information.
Definition ihwinfo.h:22
static std::string MainBoardVersion()
Returns the mother board version.
static std::string OsName()
Returns the operating system.
static std::string MainBoardName()
Returns the mother board name.
static std::string OsVersion()
Returns the operating system version.
static std::string MainBoardSerialNumber()
Returns the mother board serial number.
static std::string MainBoardVendor()
Returns the mother board manufacture.
static std::string OsKernel()
Returns the operating system kernel.
static std::string CpuModel()
Returns the CPU Model string.
static std::string CpuVendor()
Returns the CPU Vendor.