linux::CSystem


All platform-dependent classes have been moved to Platform Package in release 10.0.0.

This class is available on Linux platform only

Corresponding class for Windows platform is here.

Corresponding class for Android platform is here.

Implements class for working with system/platform for Linux 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 plLinux 
        wchar_t getDirectorySeparator() override; // Return L"/" 
    };
Namespace: nitisa::standard::linux
Include: Standard/Platform/Linux/System.h