/Src/Dependencies/Boost/libs/iterator/doc/iterator_facade.rst

http://hadesmem.googlecode.com/ · ReStructuredText · 44 lines · 29 code · 15 blank · 0 comment · 0 complexity · 1e741c257735ad5bea8623afd964faee MD5 · raw file

  1. .. Distributed under the Boost
  2. .. Software License, Version 1.0. (See accompanying
  3. .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. ++++++++++++++++
  5. Iterator Facade
  6. ++++++++++++++++
  7. :Author: David Abrahams, Jeremy Siek, Thomas Witt
  8. :Contact: dave@boost-consulting.com, jsiek@osl.iu.edu, witt@ive.uni-hannover.de
  9. :organization: `Boost Consulting`_, Indiana University `Open Systems
  10. Lab`_, University of Hanover `Institute for Transport
  11. Railway Operation and Construction`_
  12. :date: $Date: 2006-09-12 08:27:29 +1000 (Tue, 12 Sep 2006) $
  13. :copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003.
  14. .. _`Boost Consulting`: http://www.boost-consulting.com
  15. .. _`Open Systems Lab`: http://www.osl.iu.edu
  16. .. _`Institute for Transport Railway Operation and Construction`: http://www.ive.uni-hannover.de
  17. :abstract:
  18. .. include:: iterator_facade_abstract.rst
  19. .. contents:: Table of Contents
  20. Overview
  21. ========
  22. .. include:: iterator_facade_body.rst
  23. Reference
  24. =========
  25. .. include:: iterator_facade_ref.rst
  26. .. _counting: counting_iterator.html
  27. Tutorial Example
  28. ================
  29. .. include:: iterator_facade_tutorial.rst