Changes between Version 66 and Version 67 of LibrariesUnderConstruction
- Timestamp:
- Jun 27, 2009, 12:18:55 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v66 v67 586 586 * '''Categories:''' [#ReflectiveProgramming Reflective Programming] 587 587 * '''Description:''' The aim of the Mirror library is to provide useful meta-data at both compile-time and run-time about common C++ constructs like namespaces, types (and as an important special case typedef-ined types), classes and their base classes and member attributes, instances, etc. and to provide uniform and generic interfaces for their introspection. 588 589 --------------------------------------------------------------------------------------------------- 590 == Boost.Monotonic == 591 * '''Author(s):''' Christian Schladetsch 592 * '''Version:''' 593 * '''State:''' On going 594 * '''Last upload:''' 595 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/monotonic Boost Sandbox] 596 * '''Categories:''' [#Memory Memory] [#Containers Containers] 597 * '''Description:''' Monotonic allocators 588 598 589 599 --------------------------------------------------------------------------------------------------- … … 1258 1268 * [#Boost.!LockFree Boost.LockFree] 1259 1269 * [#Quartets Quartets] 1270 * [#Boost.Monotonic Boost.Monotonic] 1260 1271 * [#StableVector StableVector] 1261 1272 * [#Boost.Tree Boost.Tree] … … 1344 1355 == Memory == 1345 1356 * [#Boost.AllocPlus Boost.AllocPlus] 1357 * [#Boost.Monotonic Boost.Monotonic] 1346 1358 1347 1359 ---------------------------------------------------------------------------------------------------