Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Header Files Visiblity #119

Open
ondevDeepA opened this issue Apr 30, 2016 · 0 comments
Open

Header Files Visiblity #119

ondevDeepA opened this issue Apr 30, 2016 · 0 comments

Comments

@ondevDeepA
Copy link

Need some clarification in public, private and project headers of a static library. I have linked a static library with a Xcode project. In the static library, I have marked all the header files that will be included in the Xcode project as public. I want to clarify what will be the visibility of a header file, lets say HeaderB.h which is included in a public header file, and what will be visibility of a header file HeaderC.h which is included in HeaderB.h. HeaderB.h and HeaderC.h are not meant to be included in the host Xcode project directly. Also, I am not adding the static library as a sub project, instead staticLib.a file is linked with the host Xcode project

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant