1/* 2 * Copyright 2007, Haiku, Inc. All Rights Reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Documentation by: 6 * Niels Sascha Reedijk <niels.reedijk@gmail.com> 7 */ 8 9/*! 10 \page support_intro Introduction to the Support Kit 11 12 The Support Kit provides a handy set of functions and classes that you can 13 use in your applications. Have a look at the overview, or go straight to 14 the complete \link support list of components \endlink of this kit. 15 16 \section Overview 17 - Threading utility classes: 18 - BLocker 19 - BAutolock 20 - \ref TLS.h "Thread Local Storage" 21 - Archiving and IO: 22 - BArchivable 23 - BArchiver 24 - BUnarchiver 25 - BFlattenable 26 - BDataIO 27 - BPositionIO 28 - BBufferIO 29 - BMemoryIO 30 - BMallocIO 31 - Container classes: 32 - BBlockCache 33 - BList 34 - BString 35 - BStopWatch 36 - \ref support_globals "Global functions" 37 - \ref TypeConstants.h "Common types and constants" 38 - Error codes for all kits 39*/ 40 41// Short listing of documents that belong to this module so that people can 42// find these from the module overview. 43// This should become standardized in Doxygen though. There is an item on 44// the todo list on this. 45 46/*! 47 \addtogroup support 48 49 For a better overview, have a look at \ref support_intro . 50*/ 51 52