API Documentation
SystemDetector.h
1 // SystemDetector.h
3 //
5 
6 namespace nkDebug
7 {
11  class SystemDetector final
12  {
13  public :
14 
15  // Functions
16  // System info
29  } ;
30 }
nkDebug::SystemDetector::getSystemVersion
static SYSTEM_VERSION getSystemVersion()
nkDebug::SystemDetector::getSystemBuild
static nkMemory::String getSystemBuild()
nkDebug::SystemDetector::getSystemLabel
static SYSTEM_LABEL getSystemLabel()
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkDebug::SYSTEM_VERSION
SYSTEM_VERSION
Provides a list of detectable system versions.
Definition: SystemVersion.h:12
nkDebug::SystemDetector
Utility class allowing to get information on the system.
Definition: SystemDetector.h:12
nkDebug::SYSTEM_LABEL
SYSTEM_LABEL
Provides a list of detectable system labels.
Definition: SystemLabel.h:12
nkDebug
Encompasses all API of component NilkinsDebug.
Definition: LogManager.h:7