API Reference Manual  1.45.0
spec/deprecated.h File Reference

Macro for deprecated API definitions. More...

#include <odp/visibility_begin.h>
#include <odp/visibility_end.h>
Include dependency graph for spec/deprecated.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ODP_DEPRECATED_API   0
 Deprecated API definitions. More...
 
#define ODP_DEPRECATE(x)   x
 Macro to deprecate API definitions.
 

Detailed Description

Macro for deprecated API definitions.

Definition in file spec/deprecated.h.

Macro Definition Documentation

◆ ODP_DEPRECATED_API

#define ODP_DEPRECATED_API   0

Deprecated API definitions.

Some API definitions may be deprecated by this or a previous API version. This macro controls if those are enabled (and visible to the application) or disabled.

  • 0: Deprecated API definitions are disabled (default)
  • 1: Deprecated API definitions are enabled

Definition at line 29 of file spec/deprecated.h.