retinify 0.2.0
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
attributes.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RETINIFY_API   __attribute__((visibility("default")))
 Defines a macro for setting API visibility to "default" for the retinify library.
 
#define RETINIFY_DEPRECATED(message)   __attribute__((deprecated(message)))
 Defines a macro to mark functions as deprecated with a custom message.
 

Macro Definition Documentation

◆ RETINIFY_API

#define RETINIFY_API   __attribute__((visibility("default")))

Defines a macro for setting API visibility to "default" for the retinify library.

◆ RETINIFY_DEPRECATED

#define RETINIFY_DEPRECATED (   message)    __attribute__((deprecated(message)))

Defines a macro to mark functions as deprecated with a custom message.