|
|
Log In | Not a Member? |
Contact ADC |
|
ADC Home > Reference Library > Reference > Tools > Xcode > CPlusTest Reference
|
CPlusTestDefines.h |
CPLUSTEST_EXPORT |
Basic export macro.
#define CPLUSTEST_EXPORT __attribute__((visibility("default")))
The basic export macro in CPlusTest ensures that only symbols that are part of the classes that make up CPlusTest's public API are exported from the framework.
|