| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
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.   | |
| Standard_Integer | AvailableMemory () | 
| Returns available memory in Kilobytes.   | |
| TCollection_AsciiString | InternetAddress () | 
| Returns Internet address of current host.   | |
| OSD_OEMType | MachineType () | 
| Returns type of current machine.   | |
| Standard_Boolean | Failed () const | 
| Returns TRUE if an error occurs.   | |
| void | Reset () | 
| Resets error counter to zero.   | |
| void | Perror () | 
| Raises OSD_Error.   | |
| Standard_Integer | Error () const | 
| Returns error number if 'Failed' is TRUE.   | |
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.