A Discrete-Event Network Simulator
API
deprecated.h File Reference

NS_DEPRECATED macro definition. More...

Go to the source code of this file.

Macros

#define NS_DEPRECATED(msg)   [[deprecated(msg)]]
 Mark a function as deprecated. More...
 
#define NS_DEPRECATED_3_40(msg)   NS_DEPRECATED(msg)
 Tag for things deprecated in version ns-3.40. More...
 
#define NS_DEPRECATED_3_41(msg)   NS_DEPRECATED(msg)
 Tag for things deprecated in version ns-3.41. More...
 

Detailed Description

NS_DEPRECATED macro definition.

Definition in file deprecated.h.