20 OF_ASSUME_NONNULL_BEGIN
153 OF_ASSUME_NONNULL_END
OFString * userConfigPath()
Returns the path where user configuration for the application can be stored.
of_string_encoding_t
The encoding of a string.
Definition: OFString.h:50
bool supportsMMX()
Returns whether the CPU supports MMX.
A class for querying information about the system.
Definition: OFSystemInfo.h:27
size_t pageSize()
Returns the size of a page.
bool supportsSSE41()
Returns whether the CPU supports SSE4.1.
bool supportsSSE42()
Returns whether the CPU supports SSE4.2.
The root class for all other classes inside ObjFW.
Definition: OFObject.h:364
of_string_encoding_t native8BitEncoding()
Returns the native 8-bit string encoding of the operating system.
bool supportsSSSE3()
Returns whether the CPU supports SSSE3.
bool supportsAVX2()
Returns whether the CPU supports AVX2.
A class for handling strings.
Definition: OFString.h:91
nullable OFString * CPUVendor()
Returns the vendor of the CPU.
bool supportsSSE2()
Returns whether the CPU supports SSE2.
OFString * userDataPath()
Returns the path where user data for the application can be stored.
bool supportsAVX()
Returns whether the CPU supports AVX.
size_t numberOfCPUs()
Returns the number of CPUs installed in the system.
bool supportsSSE()
Returns whether the CPU supports SSE.
bool supportsSSE3()
Returns whether the CPU supports SSE3.