Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63118 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-06-19 16:22:03


Author: bbartman
Date: 2010-06-19 16:22:02 EDT (Sat, 19 Jun 2010)
New Revision: 63118
URL: http://svn.boost.org/trac/boost/changeset/63118

Log:
located an error within documentation and fixed it.
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp | 40 +++++++++++++++++++++-------------------
   1 files changed, 21 insertions(+), 19 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bitfield_tuple.hpp 2010-06-19 16:22:02 EDT (Sat, 19 Jun 2010)
@@ -214,7 +214,7 @@
  * which they correspond.
  *
  * Currently they get function WILL NOT throw if the value provided exceeds the
- * capacity of of the number of bits being used to store a particular value.
+ * capacity of the number of bits being used to store a particular value.
  *
  * If an invalid name or index is provided to a get function it will result in
  * look up failure.
@@ -266,25 +266,27 @@
  * implementation.
  *
  *
- * bitfield_tuple fusion iterator support
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
+ * bitfield_tuple fusion iterator support for functions and meta functions.
  *
+ * deref
+ * value_of
+ * next
+ * prior
+ * distance
+ * key_of
+ * value_at_data
+ * deref_data
+ * advance
+ *
+ * Additional intrinsic functions are available for use with this iterator.
+ *
+ * The following is the category used to define the bitfield_tuple_iterators
+ * iterator_facade category.
+ *
+ * struct bft_category
+ * : boost::fusion::random_access_traversal_tag,
+ * boost::fusion::associative_tag
+ * { };
  *
  *
  * future work/plans/thoughts


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk