4#include "../Strings/SmallString.h"
29 static const int StaticPathSize = 1024 *
sizeof(
native_char_t);
#define SC_COMPILER_EXPORT
Macro for symbol visibility in non-MSVC compilers.
Definition: Compiler.h:78
char native_char_t
The native char for the platform (wchar_t (4 bytes) on Windows, char (1 byte) everywhere else )
Definition: PrimitiveTypes.h:34
Reports location of system directories (executable / application root)
Definition: FileSystemDirectories.h:16
StringView getExecutablePath() const
Absolute executable path with extension (UTF16 on Windows, UTF8 elsewhere)
Definition: FileSystemDirectories.h:18
bool init()
Initializes the paths.
StringView getApplicationPath() const
Absolute Application path with extension (UTF16 on Windows, UTF8 elsewhere)
Definition: FileSystemDirectories.h:22
String with compile time configurable inline storage (small string optimization)
Definition: SmallString.h:21
Non-owning view over a range of characters with UTF Encoding.
Definition: StringView.h:47