Cpp Coding Standards/HEADERS

From Apache OpenOffice Wiki
< Cpp Coding Standards
Revision as of 22:26, 29 November 2006 by Np (Talk | contribs)

Jump to: navigation, search

Topic-Id: HEADERS

What to do or do not with header files.


Summary

Self Sufficient (Self)

Make headers include everything they need themselves.

Details

Include Directly (IncDirect)

Include the header files for all types you need directly, not via another file.

Details


Personal tools