jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::os::RuntimeOSInfo Struct Reference

#include <os_support.hpp>

Collaboration diagram for jau::os::RuntimeOSInfo:

Public Member Functions

std::string to_string () noexcept
 

Public Attributes

std::string domainname
 
std::string machine
 
std::string nodename
 
std::string release
 
std::string sysname
 
std::string version
 

Detailed Description

Definition at line 206 of file os_support.hpp.

Member Function Documentation

◆ to_string()

std::string jau::os::RuntimeOSInfo::to_string ( )
inlinenoexcept

Definition at line 213 of file os_support.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ sysname

std::string jau::os::RuntimeOSInfo::sysname

Definition at line 207 of file os_support.hpp.

◆ nodename

std::string jau::os::RuntimeOSInfo::nodename

Definition at line 208 of file os_support.hpp.

◆ release

std::string jau::os::RuntimeOSInfo::release

Definition at line 209 of file os_support.hpp.

◆ version

std::string jau::os::RuntimeOSInfo::version

Definition at line 210 of file os_support.hpp.

◆ machine

std::string jau::os::RuntimeOSInfo::machine

Definition at line 211 of file os_support.hpp.

◆ domainname

std::string jau::os::RuntimeOSInfo::domainname

Definition at line 212 of file os_support.hpp.


The documentation for this struct was generated from the following file: