2006-09-12 12:13:49 +00:00
|
|
|
/*!
|
2007-03-02 13:36:32 +00:00
|
|
|
\page support_intro Introduction to the Support Kit
|
2003-08-27 02:34:47 +00:00
|
|
|
|
|
|
|
The Support Kit provides a handy set of functions and classes that you can
|
2007-03-02 13:36:32 +00:00
|
|
|
use in your applications. Have a look at the overview, or go straight to
|
|
|
|
the complete \link support list of components \endlink of this kit.
|
2003-08-27 02:34:47 +00:00
|
|
|
|
2007-03-02 13:36:32 +00:00
|
|
|
\section Overview
|
2006-12-27 17:46:38 +00:00
|
|
|
<ul>
|
|
|
|
<li>Threading utility classes:</li>
|
|
|
|
<ul>
|
|
|
|
<li>BLocker</li>
|
2007-02-26 10:34:35 +00:00
|
|
|
<li>BAutolock</li>
|
2006-12-27 17:46:38 +00:00
|
|
|
<li>Thread Local Storage</li>
|
|
|
|
</ul>
|
|
|
|
<li>Archiving and IO:</li>
|
|
|
|
<ul>
|
2007-03-02 13:36:32 +00:00
|
|
|
<li>BArchivable (\link support_archiving tutorial\endlink)</li>
|
2006-12-27 17:46:38 +00:00
|
|
|
<li>BFlattenable</li>
|
|
|
|
<li>BDataIO</li>
|
|
|
|
<ul>
|
|
|
|
<li>BPositionIO</li>
|
|
|
|
<ul>
|
2007-03-02 13:36:32 +00:00
|
|
|
<li>BBufferIO</li>
|
2006-12-27 17:46:38 +00:00
|
|
|
<li>BMemoryIO</li>
|
|
|
|
<li>BMallocIO</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<li>Container classes:</li>
|
|
|
|
<ul>
|
|
|
|
<li>BBlockCache</li>
|
|
|
|
<li>BList</li>
|
|
|
|
<li>BString</li>
|
|
|
|
</ul>
|
|
|
|
<li>BStopWatch</li>
|
2007-03-02 13:36:32 +00:00
|
|
|
<li>\ref support_globals "Global functions"</li>
|
2006-12-27 17:46:38 +00:00
|
|
|
<li>\ref TypeConstants.h "Common types and constants"</li>
|
|
|
|
<li>Error codes for all kits</li>
|
|
|
|
</ul>
|
2003-08-27 02:34:47 +00:00
|
|
|
*/
|
|
|
|
|
2007-03-02 13:36:32 +00:00
|
|
|
// Short listing of documents that belong to this module so that people can
|
|
|
|
// find these from the module overview.
|
|
|
|
// This should become standardized in Doxygen though. There is an item on
|
|
|
|
// the todo list on this.
|
|
|
|
|
|
|
|
/*!
|
|
|
|
\addtogroup support
|
|
|
|
|
|
|
|
For a better overview, have a look at \ref support_intro .
|
|
|
|
*/
|
|
|
|
|