Defines
Macros

Defines

#define ECL_DEPRECATED
 Deprecated compiler warnings.
#define ECL_DONT_INLINE
 Prevents a function from being inlined.

Define Documentation

#define ECL_DEPRECATED

Deprecated compiler warnings.

The following macro emits deprecated compiler warnings by both gnu or msvc compilers.

 ELC_DEPRECATED void f() { std::cout << "Dude" << std::endl; }

Definition at line 66 of file macros.hpp.

#define ECL_DONT_INLINE

Prevents a function from being inlined.

The following macro prevents functions from being inlined by both gnu or msvc compilers.

 ELC_DONT_INLINE void f() { std::cout << "Dude" << std::endl; }

Definition at line 44 of file macros.hpp.



ecl_config
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:24