$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50102 - sandbox/itl/libs/itl/doc
From: afojgo_at_[hidden]
Date: 2008-12-03 18:26:01
Author: jofaber
Date: 2008-12-03 18:26:00 EST (Wed, 03 Dec 2008)
New Revision: 50102
URL: http://svn.boost.org/trac/boost/changeset/50102
Log:
Added documentation. Associated types. Stable {msvc-9.0}
Text files modified: 
   sandbox/itl/libs/itl/doc/interface.qbk |    11 +++++++++++                             
   1 files changed, 11 insertions(+), 0 deletions(-)
Modified: sandbox/itl/libs/itl/doc/interface.qbk
==============================================================================
--- sandbox/itl/libs/itl/doc/interface.qbk	(original)
+++ sandbox/itl/libs/itl/doc/interface.qbk	2008-12-03 18:26:00 EST (Wed, 03 Dec 2008)
@@ -8,6 +8,17 @@
 
 [section Interface]
 
+[table Associated types of sets
+[[Aspects]  []        [type]            [interval_sets]             [interval]        [itl::set]        [std::set]]
+[[abstract] [data]    [domain_type]     [DomainT]                   [DomainT]         [DomainT]         []]
+[[]         [ordering][domain_compare]  [Compare<DomainT>]          [Compare<DomainT>][Compare<DomainT>][]]
+[[iterative][data]    [interval_type]   [Interval<Compare<DomainT>>][][][]]
+[[]         []        [key_type]        [Interval<Compare<DomainT>>][][]                                [_Key]]
+[[]         []        [value_type]      [Interval<Compare<DomainT>>][][]                                [_Key]]
+[[]         [ordering][interval_compare][exclusive_less<interval_type>][][]                             []]
+[[]         []        [key_compare]     [exclusive_less<interval_type>][][]                             [_Compare]]
+]
+
 [table
 [[Placeholder]                  [Argument types]          [Description]]             
 [[[#element_type]         [*e]] [T::domain_type]          [the element type of the container]]