Main Page
Classes
Modules
Related Pages
Files
Coding Conventions
Naming
Classes begin with an uppercase letter and are CamelCase afterwards.
Instance methods start with a lowercase letter and are CamelCase afterwards.
Static class methods start with an Uppercase letter and are CamelCase afterwards.
Member variables start with a lowercase letter and are CamelCase afterwards.
Member variables do not have a 'm_xxx' prefix where 'xxx' is some kind of type abbreviation.
No name shortening like 'prfx' for 'prefix'.
Formatting
Formatting is like the BSD/Allman style.
All opening and closing braces are in a new line and align with the previous line.
Documentation
Documentation is done with Doxygen.
Documentation is written in the implementation/.cpp file.
Generated on Sat Mar 10 20:00:17 2012 for IPSA by
1.5.8