|
|
CPlusTestDefines.h |
Use the links in the table of contents to the left to access the documentation.
Basic export macro.
CPLUSTEST_EXPORT |
Basic export macro.
#if __GNUC__ #define CPLUSTEST_EXPORT __attribute__((visibility("default"))) #else #define CPLUSTEST_EXPORT #endif
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.
Last Updated: 2009-08-12