|
uvw
2.1.0
|
Utility class. More...
#include <util.hpp>
Public Member Functions | |
| std::string | sysname () const noexcept |
| Gets the operating system name (like "Linux"). More... | |
| std::string | release () const noexcept |
| Gets the operating system release (like "2.6.28"). More... | |
| std::string | version () const noexcept |
| Gets the operating system version. More... | |
| std::string | machine () const noexcept |
| Gets the hardware identifier. More... | |
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.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.13