OpenWalnut  1.4.0
Defines
Macros

This are macros used in OpenWalnut. More...

Defines

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

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.


Define Documentation

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

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

Definition at line 44 of file WDefines.h.