mirror of
https://github.com/BlackLight/libCSP--.git
synced 2025-09-01 09:06:41 +02:00
Release 0.1.1
This commit is contained in:
parent
3c58a73e53
commit
1f678b2bc2
28 changed files with 416 additions and 305 deletions
doc/html
|
@ -47,27 +47,28 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|||
<a name="l00005"></a>00005 <span class="comment"> *</span>
|
||||
<a name="l00006"></a>00006 <span class="comment"> * Description: </span>
|
||||
<a name="l00007"></a>00007 <span class="comment"> *</span>
|
||||
<a name="l00008"></a>00008 <span class="comment"> * Version: 1.0</span>
|
||||
<a name="l00008"></a>00008 <span class="comment"> * Version: 0.1</span>
|
||||
<a name="l00009"></a>00009 <span class="comment"> * Created: 23/05/2010 23:27:43</span>
|
||||
<a name="l00010"></a>00010 <span class="comment"> * Revision: none</span>
|
||||
<a name="l00011"></a>00011 <span class="comment"> * Compiler: gcc</span>
|
||||
<a name="l00012"></a>00012 <span class="comment"> *</span>
|
||||
<a name="l00013"></a>00013 <span class="comment"> * Author: BlackLight (http://0x00.ath.cx), <blacklight@autistici.org></span>
|
||||
<a name="l00014"></a>00014 <span class="comment"> * Company: lulz</span>
|
||||
<a name="l00015"></a>00015 <span class="comment"> *</span>
|
||||
<a name="l00016"></a>00016 <span class="comment"> * =====================================================================================</span>
|
||||
<a name="l00017"></a>00017 <span class="comment"> */</span>
|
||||
<a name="l00018"></a>00018
|
||||
<a name="l00019"></a>00019 <span class="comment">// Yes, I know it looks stupid, but ask C++ standard developers about this.</span>
|
||||
<a name="l00020"></a>00020 <span class="comment">// C++ can't expand template class code until a type is explicitely specified.</span>
|
||||
<a name="l00021"></a>00021 <span class="comment">// This is nearly like not using templates at all, but join me in asking C++</span>
|
||||
<a name="l00022"></a>00022 <span class="comment">// compilers developers to massively allow the export keyword and change the</span>
|
||||
<a name="l00023"></a>00023 <span class="comment">// way templates are managed. Until that moment, you must always include the</span>
|
||||
<a name="l00024"></a>00024 <span class="comment">// .cpp file of the library inside your source code as well, and specify later</span>
|
||||
<a name="l00025"></a>00025 <span class="comment">// the types you're going to use this template class for</span>
|
||||
<a name="l00026"></a>00026
|
||||
<a name="l00027"></a>00027 <span class="preprocessor">#include "csp++.cpp"</span>
|
||||
<a name="l00028"></a>00028
|
||||
<a name="l00014"></a>00014 <span class="comment"> * Licence: GNU GPL v.3</span>
|
||||
<a name="l00015"></a>00015 <span class="comment"> * Company: lulz</span>
|
||||
<a name="l00016"></a>00016 <span class="comment"> *</span>
|
||||
<a name="l00017"></a>00017 <span class="comment"> * =====================================================================================</span>
|
||||
<a name="l00018"></a>00018 <span class="comment"> */</span>
|
||||
<a name="l00019"></a>00019
|
||||
<a name="l00020"></a>00020 <span class="comment">// Yes, I know it looks stupid, but ask C++ standard developers about this.</span>
|
||||
<a name="l00021"></a>00021 <span class="comment">// C++ can't expand template class code until a type is explicitely specified.</span>
|
||||
<a name="l00022"></a>00022 <span class="comment">// This is nearly like not using templates at all, but join me in asking C++</span>
|
||||
<a name="l00023"></a>00023 <span class="comment">// compilers developers to massively allow the export keyword and change the</span>
|
||||
<a name="l00024"></a>00024 <span class="comment">// way templates are managed. Until that moment, you must always include the</span>
|
||||
<a name="l00025"></a>00025 <span class="comment">// .cpp file of the library inside your source code as well, and specify later</span>
|
||||
<a name="l00026"></a>00026 <span class="comment">// the types you're going to use this template class for</span>
|
||||
<a name="l00027"></a>00027
|
||||
<a name="l00028"></a>00028 <span class="preprocessor">#include "csp++.cpp"</span>
|
||||
<a name="l00029"></a>00029
|
||||
</pre></div></div>
|
||||
<!--- window showing the filter options -->
|
||||
<div id="MSearchSelectWindow"
|
||||
|
@ -83,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|||
</iframe>
|
||||
</div>
|
||||
|
||||
<hr class="footer"/><address style="text-align: right;"><small>Generated on Mon May 24 01:58:01 2010 for libCSP++ by
|
||||
<hr class="footer"/><address style="text-align: right;"><small>Generated on Thu May 27 11:41:31 2010 for libCSP++ by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue