Cpp Coding Standards/HEADERS

From Apache OpenOffice Wiki
< Cpp Coding Standards
Revision as of 18:15, 27 November 2006 by Np (Talk | contribs)

Jump to: navigation, search

Header Files

What to do and do not with header files.


Summary

SelfSufficient

Make headers include everything they need themselves.

IncludeDirectly

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


Explanations


Personal tools