GNU Octave  4.0.0
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_uname Class Reference

#include "oct-uname.h"

Collaboration diagram for octave_uname:
Collaboration graph
[legend]

Public Member Functions

 octave_uname (void)
 
 octave_uname (const octave_uname &unm)
 
 ~octave_uname (void)
 
int error (void) const
 
std::string machine (void) const
 
std::string message (void) const
 
std::string nodename (void) const
 
octave_unameoperator= (const octave_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 msg
 
std::string utsname_machine
 
std::string utsname_nodename
 
std::string utsname_release
 
std::string utsname_sysname
 
std::string utsname_version
 

Detailed Description

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

Constructor & Destructor Documentation

octave_uname::octave_uname ( void  )
inline

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

octave_uname::octave_uname ( const octave_uname unm)
inline

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

octave_uname::~octave_uname ( void  )
inline

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

Member Function Documentation

int octave_uname::error ( void  ) const
inline

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

Referenced by Funame().

void octave_uname::init ( void  )
private
std::string octave_uname::machine ( void  ) const
inline

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

Referenced by Funame().

std::string octave_uname::message ( void  ) const
inline

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

Referenced by Funame().

std::string octave_uname::nodename ( void  ) const
inline

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

Referenced by Funame().

octave_uname& octave_uname::operator= ( const octave_uname unm)
inline
std::string octave_uname::release ( void  ) const
inline

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

Referenced by Funame().

std::string octave_uname::sysname ( void  ) const
inline

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

Referenced by Funame().

std::string octave_uname::version ( void  ) const
inline

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

Referenced by Funame().

Member Data Documentation

int octave_uname::err
private

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

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

std::string octave_uname::msg
private

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

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

std::string octave_uname::utsname_machine
private

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

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

std::string octave_uname::utsname_nodename
private

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

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

std::string octave_uname::utsname_release
private

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

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

std::string octave_uname::utsname_sysname
private

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

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

std::string octave_uname::utsname_version
private

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

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


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