Mantid
Loading...
Searching...
No Matches
Macros
System.h File Reference
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Macros

#define DEPRECATED(func)   func
 A Macro to mark a function as deprecated. More...
 
#define DLLExport
 Definitions of the DLLImport compiler directives for MSVC. More...
 
#define DLLImport
 
#define EXTERN_IMPORT
 
#define UNUSED_ARG(x)   (void)x;
 Function arguments are sometimes unused in certain implmentations but are required for documentation purposes. More...
 

Macro Definition Documentation

◆ DEPRECATED

#define DEPRECATED (   func)    func

A Macro to mark a function as deprecated.

Definition at line 76 of file System.h.

◆ DLLExport

#define DLLExport

Definitions of the DLLImport compiler directives for MSVC.

Definition at line 53 of file System.h.

◆ DLLImport

#define DLLImport

Definition at line 54 of file System.h.

◆ EXTERN_IMPORT

#define EXTERN_IMPORT

Definition at line 55 of file System.h.

◆ 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.