Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
OSD_Host Class Reference

Carries information about a Host System version ,host name, nodename ... More...

#include <OSD_Host.hxx>

Public Member Functions

 OSD_Host ()
 Initializes current host by default.
 
TCollection_AsciiString SystemVersion ()
 Returns system name and version.
 
OSD_SysType SystemId () const
 Returns the system type (UNIX System V, UNIX BSD, MS-DOS...)
 
TCollection_AsciiString HostName ()
 Returns host name.
 
int AvailableMemory ()
 Returns available memory in Kilobytes.
 
TCollection_AsciiString InternetAddress ()
 Returns Internet address of current host.
 
OSD_OEMType MachineType ()
 Returns type of current machine.
 
bool Failed () const
 Returns TRUE if an error occurs.
 
void Reset ()
 Resets error counter to zero.
 
void Perror ()
 Raises OSD_Error.
 
int Error () const
 Returns error number if 'Failed' is TRUE.
 

Detailed Description

Carries information about a Host System version ,host name, nodename ...

Constructor & Destructor Documentation

◆ OSD_Host()

OSD_Host::OSD_Host ( )

Initializes current host by default.

Member Function Documentation

◆ AvailableMemory()

int OSD_Host::AvailableMemory ( )

Returns available memory in Kilobytes.

◆ Error()

int OSD_Host::Error ( ) const

Returns error number if 'Failed' is TRUE.

◆ Failed()

bool OSD_Host::Failed ( ) const

Returns TRUE if an error occurs.

◆ HostName()

TCollection_AsciiString OSD_Host::HostName ( )

Returns host name.

◆ InternetAddress()

TCollection_AsciiString OSD_Host::InternetAddress ( )

Returns Internet address of current host.

◆ MachineType()

OSD_OEMType OSD_Host::MachineType ( )

Returns type of current machine.

◆ Perror()

void OSD_Host::Perror ( )

Raises OSD_Error.

◆ Reset()

void OSD_Host::Reset ( )

Resets error counter to zero.

◆ SystemId()

OSD_SysType OSD_Host::SystemId ( ) const

Returns the system type (UNIX System V, UNIX BSD, MS-DOS...)

◆ SystemVersion()

TCollection_AsciiString OSD_Host::SystemVersion ( )

Returns system name and version.


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