GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
octave::sys::uname Class Reference

#include "oct-uname.h"

Collaboration diagram for octave::sys::uname:
Collaboration graph
[legend]

Public Member Functions

 uname (void)
 
 uname (const uname &unm)
 
 ~uname (void)
 
int error (void) const
 
std::string machine (void) const
 
std::string message (void) const
 
std::string nodename (void) const
 
unameoperator= (const uname &unm)
 
std::string release (void) const
 
std::string sysname (void) const
 
std::string version (void) const
 

Private Member Functions

void init (void)
 

Private Attributes

int err
 
std::string m_machine
 
std::string m_nodename
 
std::string m_release
 
std::string m_sysname
 
std::string m_version
 
std::string msg
 

Detailed Description

Definition at line 34 of file oct-uname.h.

Constructor & Destructor Documentation

octave::sys::uname::uname ( void  )
inline

Definition at line 40 of file oct-uname.h.

octave::sys::uname::uname ( const uname unm)
inline

Definition at line 47 of file oct-uname.h.

octave::sys::uname::~uname ( void  )
inline

Definition at line 70 of file oct-uname.h.

Member Function Documentation

int octave::sys::uname::error ( void  ) const
inline

Definition at line 79 of file oct-uname.h.

References err.

void octave::sys::uname::init ( void  )
private
std::string octave::sys::uname::machine ( void  ) const
inline

Definition at line 76 of file oct-uname.h.

Referenced by init().

std::string octave::sys::uname::message ( void  ) const
inline

Definition at line 78 of file oct-uname.h.

std::string octave::sys::uname::nodename ( void  ) const
inline

Definition at line 73 of file oct-uname.h.

Referenced by init().

uname& octave::sys::uname::operator= ( const uname unm)
inline

Definition at line 53 of file oct-uname.h.

References err, err, m_machine, m_nodename, m_release, m_sysname, m_version, and msg.

std::string octave::sys::uname::release ( void  ) const
inline

Definition at line 74 of file oct-uname.h.

Referenced by init().

std::string octave::sys::uname::sysname ( void  ) const
inline

Definition at line 72 of file oct-uname.h.

Referenced by init().

std::string octave::sys::uname::version ( void  ) const
inline

Definition at line 75 of file oct-uname.h.

Referenced by init().

Member Data Documentation

int octave::sys::uname::err
private

Definition at line 90 of file oct-uname.h.

Referenced by init(), and operator=().

std::string octave::sys::uname::m_machine
private

Definition at line 87 of file oct-uname.h.

Referenced by init(), and operator=().

std::string octave::sys::uname::m_nodename
private

Definition at line 84 of file oct-uname.h.

Referenced by init(), and operator=().

std::string octave::sys::uname::m_release
private

Definition at line 85 of file oct-uname.h.

Referenced by init(), and operator=().

std::string octave::sys::uname::m_sysname
private

Definition at line 83 of file oct-uname.h.

Referenced by init(), and operator=().

std::string octave::sys::uname::m_version
private

Definition at line 86 of file oct-uname.h.

Referenced by init(), and operator=().

std::string octave::sys::uname::msg
private

Definition at line 89 of file oct-uname.h.

Referenced by init(), and operator=().


The documentation for this class was generated from the following files: