cpuidpp 1.0.0
C++11 library for identifying CPU features
Loading...
Searching...
No Matches
export.hpp File Reference

Export declarations. More...

Go to the source code of this file.

Macros

#define CPUIDPP_DEPRECATED   __attribute__ ((__deprecated__))
 Deprecates symbol.
 
#define CPUIDPP_DEPRECATED_EXPORT   CPUIDPP_EXPORT CPUIDPP_DEPRECATED
 Deprecates exported symbol.
 
#define CPUIDPP_DEPRECATED_NO_EXPORT   CPUIDPP_NO_EXPORT CPUIDPP_DEPRECATED
 Deprecates a hidden symbol.
 
#define CPUIDPP_NO_EXPORT
 Declares a hidden symbol.
 

Detailed Description

Export declarations.