LCIO
02.17
|
Go to the source code of this file.
Macros | |
#define | LCIO_DEFAULT_DEPRECATED(msg, func) func |
Helper pre-processor macros to mark deprecated functions. More... | |
#define | LCIO_DEPRECATED(msg, func) LCIO_DEFAULT_DEPRECATED(msg, func) |
#define LCIO_DEFAULT_DEPRECATED | ( | msg, | |
func | |||
) | func |
Helper pre-processor macros to mark deprecated functions.
Definition at line 10 of file LCIODeprecated.h.
#define LCIO_DEPRECATED | ( | msg, | |
func | |||
) | LCIO_DEFAULT_DEPRECATED(msg, func) |
Definition at line 28 of file LCIODeprecated.h.