| ... | 
	... | 
	
		@@ -38,7 +38,7 @@
 
	 | 
	| 38 | 
	38 | 
	
		
 
	 | 
	| 39 | 
	39 | 
	
		
 
	 | 
	| 40 | 
	40 | 
	
		\warning In some cases we diverge from these rules.
 
	 | 
	| 41 | 
	 | 
	
		This primary done because STL uses different naming convention and
 
	 | 
	 | 
	41 | 
	
		This is primary done because STL uses different naming convention and
 
	 | 
	| 42 | 
	42 | 
	
		in certain cases
 
	 | 
	| 43 | 
	43 | 
	
		it is beneficial to provide STL compatible interface.
 
	 | 
	| 44 | 
	44 | 
	
		
 
	 | 
	| ... | 
	... | 
	
		@@ -95,6 +95,14 @@
 
	 | 
	| 95 | 
	95 | 
	
		all_lower_case_with_underscores 
 
	 | 
	| 96 | 
	96 | 
	
		\endcode
 
	 | 
	| 97 | 
	97 | 
	
		
 
	 | 
	 | 
	98 | 
	
		\subsection pri-loc-var Private member variables
 
	 | 
	 | 
	99 | 
	
		
 
	 | 
	 | 
	100 | 
	
		Private member variables should start with underscore
 
	 | 
	 | 
	101 | 
	
		
 
	 | 
	 | 
	102 | 
	
		\code
 
	 | 
	 | 
	103 | 
	
		_start_with_underscores
 
	 | 
	 | 
	104 | 
	
		\endcode
 
	 | 
	 | 
	105 | 
	
		
 
	 | 
	| 98 | 
	106 | 
	
		\subsection cs-excep Exceptions
 
	 | 
	| 99 | 
	107 | 
	
		
 
	 | 
	| 100 | 
	108 | 
	
		When writing exceptions please comply the following naming conventions. 
	 |