Changeset 91 for doc/html/codingrules.html
- Timestamp:
- 04/30/08 15:20:07 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/codingrules.html
r79 r91 5 5 <link href="tabs.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5.3 --> 8 <div class="tabs"> 9 <ul> 10 <li><a href="index.html"><span>Main Page</span></a></li> 11 <li><a href="annotated.html"><span>Classes</span></a></li> 12 <li><a href="files.html"><span>Files</span></a></li> 13 <li><a href="pages.html"><span>Related Pages</span></a></li> 14 </ul> 7 <!-- Generated by Doxygen 1.5.5 --> 8 <div class="navigation" id="top"> 9 <div class="tabs"> 10 <ul> 11 <li><a href="index.html"><span>Main Page</span></a></li> 12 <li><a href="pages.html"><span>Related Pages</span></a></li> 13 <li><a href="annotated.html"><span>Classes</span></a></li> 14 <li><a href="files.html"><span>Files</span></a></li> 15 </ul> 16 </div> 15 17 </div> 16 <h1><a class="anchor" name="codingrules">Coding Rules (Mostly inherited from IT++)</a></h1>In the following sections we describe the naming conventions which are used for files, classes, structures, local variables, and global variables.<h2><a class="anchor" name="cr_variables"> 18 <div class="contents"> 19 <h1><a class="anchor" name="codingrules">Coding Rules (Mostly inherited from IT++) </a></h1>In the following sections we describe the naming conventions which are used for files, classes, structures, local variables, and global variables.<h2><a class="anchor" name="cr_variables"> 17 20 Default Naming Rules for Variables</a></h2> 18 21 Variables are named using lower-case letters and words are separated using under-score. Abbreviations, when used in variable names, are also written with lower-case letters. Examples:<p> … … 82 85 </ul> 83 86 <p> 84 Explicit destructor functions are not required, unless they are needed. It shall not be possible to use any of the other member functions unless the class has been properly initiated with the input parameters. <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 18 11:15:16 2008 for mixpp by 87 Explicit destructor functions are not required, unless they are needed. It shall not be possible to use any of the other member functions unless the class has been properly initiated with the input parameters. </div> 88 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:32 2008 for mixpp by 85 89 <a href="http://www.doxygen.org/index.html"> 86 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 3</small></address>90 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> 87 91 </body> 88 92 </html>