Multi diag tools
Public Member Functions | Static Public Member Functions | List of all members
Mdt::DeployUtils::Platform Class Reference

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.
 

Detailed Description

Definition of a platform.

Todo:
Currently, we have a very poor support.

Definition at line 35 of file Platform.h.


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