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_34 NS_DEPRECATED("") |
Tag for things deprecated in version ns-3.34. More... | |
#define | NS_DEPRECATED_3_35 NS_DEPRECATED("") |
Tag for things deprecated in version ns-3.35. More... | |
#define | NS_DEPRECATED_3_36(msg) NS_DEPRECATED(msg) |
Tag for things deprecated in version ns-3.36. More... | |
NS_DEPRECATED macro definition.
Definition in file deprecated.h.