IArchSystem Class Reference

Interface for architecture dependent system queries. More...

#include <IArchSystem.h>

Inherits IInterface.

Inherited by CArch, CArchSystemUnix, and CArchSystemWindows.

Collaboration diagram for IArchSystem:
Collaboration graph
[legend]

List of all members.

Public Member Functions

accessors



virtual std::string getOSName () const =0
 Identify the OS.
virtual std::string getPlatformName () const =0
 Identify the platform.

Detailed Description

Interface for architecture dependent system queries.

This interface defines operations for querying system info.

Definition at line 25 of file IArchSystem.h.


Member Function Documentation

virtual std::string IArchSystem::getOSName (  )  const [pure virtual]

Identify the OS.

Returns a string identifying the operating system.

Implemented in CArch, CArchSystemUnix, and CArchSystemWindows.

Referenced by CArch::getOSName().

virtual std::string IArchSystem::getPlatformName (  )  const [pure virtual]

Identify the platform.

Returns a string identifying the platform this OS is running on.

Implemented in CArch, CArchSystemUnix, and CArchSystemWindows.

Referenced by CArch::getPlatformName().


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

Generated on 12 Nov 2010 for synergy-plus by  doxygen 1.6.1