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. | |
#define | NS_DEPRECATED_3_36(msg) NS_DEPRECATED(msg) |
Tag for things deprecated in version ns-3.36. | |
#define | NS_DEPRECATED_3_37(msg) NS_DEPRECATED(msg) |
Tag for things deprecated in version ns-3.37. | |
#define | NS_DEPRECATED_3_38(msg) NS_DEPRECATED(msg) |
Tag for things deprecated in version ns-3.38. | |
#define | NS_DEPRECATED_3_39(msg) NS_DEPRECATED(msg) |
Tag for things deprecated in version ns-3.39. | |
NS_DEPRECATED macro definition.
Definition in file deprecated.h.