NS_DEPRECATED macro definition. More...
Go to the source code of this file.
Macros | |
#define | NS_DEPRECATED(msg) /** \deprecated msg */ [[deprecated(msg)]] |
Mark a function as deprecated. | |
#define | NS_DEPRECATED_3_40(msg) NS_DEPRECATED("Deprecated in ns-3.40: " msg) |
Tag for things deprecated in version ns-3.40. | |
#define | NS_DEPRECATED_3_41(msg) NS_DEPRECATED("Deprecated in ns-3.41: " msg) |
Tag for things deprecated in version ns-3.41. | |
#define | NS_DEPRECATED_3_42(msg) NS_DEPRECATED("Deprecated in ns-3.42: " msg) |
Tag for things deprecated in version ns-3.42. | |
#define | NS_DEPRECATED_3_43(msg) NS_DEPRECATED("Deprecated in ns-3.43: " msg) |
Tag for things deprecated in version ns-3.43. | |
NS_DEPRECATED macro definition.
Definition in file deprecated.h.