Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JSYSTEM::JUTSName Struct Reference

Auxiliary class for operating system information. More...

#include <JUTSName.hh>

Inheritance diagram for JSYSTEM::JUTSName:

Public Member Functions

 JUTSName ()
 Default constructor.
 

Detailed Description

Auxiliary class for operating system information.

This class encapsulates the utsname data structure.

Definition at line 21 of file JUTSName.hh.

Constructor & Destructor Documentation

◆ JUTSName()

JSYSTEM::JUTSName::JUTSName ( )
inline

Default constructor.

Definition at line 27 of file JUTSName.hh.

28 {
29 ::uname(static_cast<utsname*>(this));
30 }

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