CLOGS
C++ library for sorting and searching in OpenCL applications
visibility.h File Reference

Internal header file that provides macros to control symbol visibility. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLOGS_DLL_IMPORT
 
#define CLOGS_DLL_EXPORT
 
#define CLOGS_DLL_LOCAL
 
#define CLOGS_API   CLOGS_DLL_IMPORT
 
#define CLOGS_LOCAL   CLOGS_DLL_LOCAL
 

Detailed Description

Internal header file that provides macros to control symbol visibility.

Do not include this header directly or use any of the macros it defines. They are not part of the API and are subject to change.

See also
http://gcc.gnu.org/wiki/Visibility