Corresponding class for Linux platform is here.
Corresponding class for Android platform is here.
Implements class for working with system/platform for Windows platform.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class CSystem :public virtual ISystem
{
public:
PLATFORM getPlatform() override; // Return plWindows
wchar_t getDirectorySeparator() override; // Return L"\"
};
Namespace: | nitisa::standard::windows |
Include: | Standard/Platform/Windows/System.h |