| Apache Qpid > Index > Qpid 'C++' Documentation > CppStyleGuide |
Home
Download
Getting Started
Documentation
Mailing Lists
Issue Reporting
FAQ/How to
Getting Involved
Qpid Integrated with..
Source Repository
Building Qpid
Developer Pages
QMF
People
License
Project Status
Acknowledgments
What is AMQP ?
AMQP Specification Download

Qpid C++ follows this guide: http://geosoft.no/development/cppstyle.html
With the following amendments:
And the following additional rules:
namespace qpid { namespace common {
class SomeClass {
void foo();
};
}} // namespace qpid::common
The discussion on qpid-dev did raise debate about some points of the style guide. The exceptions and new rules above reflect:
Anyone who feels strongly about further modifications to the style guide should:
If you are not willing to do step 3 then don't bother raising the issue.