google_c++_编码规范(完整版).pdf
文本预览下载声明
Google C++ Style Guide
Revision 3.180
Benjy Weinberger
Craig Silverstein
Gregory Eitzmann
Mark Mentovai
Tashana Landray
Each style point has a summary for which additional information is available
by toggling the accompanying arrow button that looks this way: ▽ . You
may toggle all summaries with the big arrow button:
▽ Toggle all summaries
Table of Contents
Header The #define Guard Header File Dependencies Inline Functions The -inl.h Files
Files Function Parameter Ordering Names and Order of Includes
Scoping Namespaces Nested Classes Nonmember, Static Member, and Global Functions
Local Variables Static and Global Variables
Classes Doing Work in Constructors Default Constructors Explic
显示全部