++coding-style.txt

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1373 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-06-21 11:49:46 +00:00
parent f4b2737091
commit ccf57e3d7a

View File

@ -16,7 +16,7 @@ The following style rules apply to C/C++/AspectC++ code:
- Naming conventions:
* Source files: .cc (Source), .hpp (Header), .ah (Aspect Header), MixedCase
* Namespaces: lowercase
* Classes: MixedCase, starting with uppercase letter
* Classes, (global) functions: MixedCase, starting with uppercase letter
* Public members: MixedCase, starting with lowercase letter
* Private & protected members: starting with "m_"
* Global Variables: starting with "g_"