++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:
@ -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_"
|
||||
|
||||
Reference in New Issue
Block a user