unilink  0.4.3
A simple C++ library for unified async communication
visibility.hpp File Reference

Go to the source code of this file.

Macros

#define UNILINK_API
 
#define UNILINK_LOCAL   __attribute__((visibility("hidden")))
 
#define UNILINK_EXPORT   UNILINK_API
 
#define UNILINK_NO_EXPORT   UNILINK_LOCAL
 

Macro Definition Documentation

◆ UNILINK_API

#define UNILINK_API

Definition at line 37 of file visibility.hpp.

◆ UNILINK_EXPORT

#define UNILINK_EXPORT   UNILINK_API

Definition at line 52 of file visibility.hpp.

◆ UNILINK_LOCAL

#define UNILINK_LOCAL   __attribute__((visibility("hidden")))

Definition at line 47 of file visibility.hpp.

◆ UNILINK_NO_EXPORT

#define UNILINK_NO_EXPORT   UNILINK_LOCAL

Definition at line 56 of file visibility.hpp.