CPlusTestDefines.h

Overview

Use the links in the table of contents to the left to access the documentation.



Macro Definitions

CPLUSTEST_EXPORT

Basic export macro.


CPLUSTEST_EXPORT


Basic export macro.

#if __GNUC__ 
#define CPLUSTEST_EXPORT __attribute__((visibility("default"))) 
#else 
#define CPLUSTEST_EXPORT 
#endif  
Discussion

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.

Did this document help you? Yes It's good, but... Not helpful...

 

Last Updated: 2009-08-12