Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
Compiler.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MB_PRINTF(START)
 
#define MB_DLL_EXPORT
 Declare a function or class to be visible in shared library. More...
 
#define MB_DLL_HIDDEN
 Declare a function or class to be internal to a shared library. More...
 
#define MB_DEPRECATED
 Mark function or API as deprecated. More...
 

Detailed Description

Author
Jason Kraftcheck
Date
2010-12-16

Provide pre-processor macros for compiler-specific features. All defined macros should expand to nothing if not supported by the compiler.

Definition in file Compiler.hpp.

Macro Definition Documentation

◆ MB_DEPRECATED

#define MB_DEPRECATED

Mark function or API as deprecated.

Definition at line 101 of file Compiler.hpp.

◆ MB_DLL_EXPORT

#define MB_DLL_EXPORT

Declare a function or class to be visible in shared library.

Definition at line 91 of file Compiler.hpp.

◆ MB_DLL_HIDDEN

#define MB_DLL_HIDDEN

Declare a function or class to be internal to a shared library.

Definition at line 92 of file Compiler.hpp.

◆ MB_PRINTF

#define MB_PRINTF (   START)

Definition at line 69 of file Compiler.hpp.