Elements
5.8
A C++ base framework for the Euclid Software.
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
ElementsKernel
ElementsKernel
Deprecated.h
Go to the documentation of this file.
1
26
#ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_DEPRECATED_H_
27
#define ELEMENTSKERNEL_ELEMENTSKERNEL_DEPRECATED_H_
28
29
#include "
ElementsKernel/Attribute.h
"
30
31
#ifndef ELEMENTS_DEPRECATED
32
35
# define ELEMENTS_DEPRECATED __attribute__ ((__deprecated__))
36
#endif
37
38
#ifndef ELEMENTS_DEPRECATED_MSG
39
44
# define ELEMENTS_DEPRECATED_MSG(msg) __attribute__ ((__deprecated__(msg)))
45
#endif
46
47
#endif // ELEMENTSKERNEL_ELEMENTSKERNEL_DEPRECATED_H_
48
Attribute.h
define the __attribute__ macro if it doesn't exist for some version of GCC
Generated by
1.8.5