AFF --- A container for numbers (array) by Friederich and Forbriger.
iterator.h File Reference

Define the iterator class template (prototypes) More...

#include <aff/lib/types.h>
Include dependency graph for iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aff::Iterator< C >
 Iterator. More...
 
class  aff::Browser< C >
 Browser. More...
 

Namespaces

 aff
 Root namespace of library.
 

Macros

#define AFF_ITERATOR_H_VERSION   "AFF_ITERATOR_H V1.4"
 

Detailed Description

Define the iterator class template (prototypes)


Author
Thomas Forbriger
Since
08/12/2002

Define the iterator class template (prototypes)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

See also
aff::Iterator

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)

REVISIONS and CHANGES

  • 08/12/2002 V1.0 copied from libcontxx
  • 23/12/2002 V1.1 (thof)
    • reorganized code: do not inherit from Stepper
  • 28/12/2002 -— (thof)
    • revised: is not affected by new style of base classes for constant elements
  • 23/12/2003 V1.2 (thof)
    • introduced Browser. Iterator may not be instantiated from a const object. It is not allowed to create a copy of SharedHeap from a const reference to a container.
  • 05/07/2005 V1.3 (thof)
    • promise constness of Iterator argument
  • 19/06/2006 V1.4 (thof)
    • Browser must use const value types

Definition in file iterator.h.