Apple Developer Connection
Advanced Search
Member Login Log In | Not a Member? Contact ADC
ADC Home > Reference Library > Reference > Tools > Xcode > CPlusTest Reference

 


CPlusTestDefines.h

Overview



#defines


CPLUSTEST_EXPORT


Basic export macro.

#define CPLUSTEST_EXPORT __attribute__((visibility("default"))) 
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: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Last Updated: 2008-03-11