#include <cstddef>
#include <cstdint>
Go to the source code of this file.
◆ DEPRECATED
#define DEPRECATED |
( |
|
func | ) |
func |
A Macro to mark a function as deprecated.
Definition at line 76 of file System.h.
◆ DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Definition at line 53 of file System.h.
◆ DLLImport
◆ EXTERN_IMPORT
◆ UNUSED_ARG
#define UNUSED_ARG |
( |
|
x | ) |
(void)x; |
Function arguments are sometimes unused in certain implmentations but are required for documentation purposes.
This is a macro to silence compiler warnings about the subject
Definition at line 64 of file System.h.