LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
LCIODeprecated.h File Reference
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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.