| Open CASCADE Technology
    7.4.0
    | 
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.  More... | |
| TCollection_AsciiString | SystemVersion () | 
| Returns system name and version.  More... | |
| OSD_SysType | SystemId () const | 
| Returns the system type (UNIX System V, UNIX BSD, MS-DOS...)  More... | |
| TCollection_AsciiString | HostName () | 
| Returns host name.  More... | |
| Standard_Integer | AvailableMemory () | 
| Returns available memory in Kilobytes.  More... | |
| TCollection_AsciiString | InternetAddress () | 
| Returns Internet address of current host.  More... | |
| OSD_OEMType | MachineType () | 
| Returns type of current machine.  More... | |
| Standard_Boolean | Failed () const | 
| Returns TRUE if an error occurs.  More... | |
| void | Reset () | 
| Resets error counter to zero.  More... | |
| void | Perror () | 
| Raises OSD_Error.  More... | |
| Standard_Integer | Error () const | 
| Returns error number if 'Failed' is TRUE.  More... | |
Carries information about a Host System version ,host name, nodename ...
| OSD_Host::OSD_Host | ( | ) | 
Initializes current host by default.
| Standard_Integer OSD_Host::AvailableMemory | ( | ) | 
Returns available memory in Kilobytes.
| Standard_Integer OSD_Host::Error | ( | ) | const | 
Returns error number if 'Failed' is TRUE.
| Standard_Boolean OSD_Host::Failed | ( | ) | const | 
Returns TRUE if an error occurs.
| TCollection_AsciiString OSD_Host::HostName | ( | ) | 
Returns host name.
| TCollection_AsciiString OSD_Host::InternetAddress | ( | ) | 
Returns Internet address of current host.
| OSD_OEMType OSD_Host::MachineType | ( | ) | 
Returns type of current machine.
| void OSD_Host::Perror | ( | ) | 
Raises OSD_Error.
| void OSD_Host::Reset | ( | ) | 
Resets error counter to zero.
| OSD_SysType OSD_Host::SystemId | ( | ) | const | 
Returns the system type (UNIX System V, UNIX BSD, MS-DOS...)
| TCollection_AsciiString OSD_Host::SystemVersion | ( | ) | 
Returns system name and version.
 1.8.13
 1.8.13