|
Multi diag tools
|
Definition of a platform. More...
#include <Platform.h>
Public Member Functions | |
| Platform (OperatingSystem os=nativeOperatingSystem(), Compiler compiler=nativeCompiler(), Processor processor=nativeProcessor()) | |
| Construct a platform. | |
| OperatingSystem | operatingSystem () const |
| Get operating system. | |
| Compiler | compiler () const |
| Get compiler. | |
| Processor | processor () const |
| Get processor. | |
Static Public Member Functions | |
| static OperatingSystem | nativeOperatingSystem () |
| Get native operating system. | |
| static Compiler | nativeCompiler () |
| Get native compiler. | |
| static Processor | nativeProcessor () |
| Get native processor. | |
Definition of a platform.
Definition at line 35 of file Platform.h.
1.8.11