uvw 3.1.0
|
Utility class. More...
#include <util.h>
Public Member Functions | |
std::string | sysname () const noexcept |
Gets the operating system name (like "Linux"). | |
std::string | release () const noexcept |
Gets the operating system release (like "2.6.28"). | |
std::string | version () const noexcept |
Gets the operating system version. | |
std::string | machine () const noexcept |
Gets the hardware identifier. | |
Utility class.
This class can be used to get name and information about the current kernel. The populated data includes the operating system name, release, version, and machine.
|
noexcept |
Gets the hardware identifier.
|
noexcept |
Gets the operating system release (like "2.6.28").
|
noexcept |
Gets the operating system name (like "Linux").
|
noexcept |
Gets the operating system version.