OpenWalnut  1.5.0dev
Macros
Macros

This are macros used in OpenWalnut. More...

Macros

#define OW_API_DEPRECATED
 In order to mark functions for the compiler as deprecated we need to put this before each deprecated function to get compiler warnings whenever this function is used. More...
 

Detailed Description

This are macros used in OpenWalnut.

Generally speaking we want to use as less macros as possible, so introduce new macros only if you have read: http://www.parashift.com/c++-faq-lite/inline-functions.html#faq-9.5 esp. all four "why are macros - evil" pages.

Macro Definition Documentation

◆ OW_API_DEPRECATED

#define OW_API_DEPRECATED

In order to mark functions for the compiler as deprecated we need to put this before each deprecated function to get compiler warnings whenever this function is used.

Note
This macro is defined in here, since almost every header of the dataHandler includes this header.

Definition at line 44 of file WDefines.h.