Go to Overview over all GrAL packages.
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

iter_range Struct Template Reference
[Iterator ranges]

Output for an iterator range. More...

#include <range.h>

Collaboration diagram for iter_range:

Collaboration graph
[legend]
List of all members.

Public Methods

 iter_range (It bb, It ee)

Public Attributes

It b
It e

Detailed Description

template<class It>
struct iter_range< It >

Output for an iterator range.

Example:

     out << range(C.begin(), C.end());

Definition at line 24 of file range.h.


Constructor & Destructor Documentation

template<class It>
iter_range< It >::iter_range It    bb,
It    ee
[inline]
 

Definition at line 27 of file range.h.

References b, and e.


Member Data Documentation

template<class It>
It iter_range::b
 

Definition at line 25 of file range.h.

Referenced by iter_range, and operator>>.

template<class It>
It iter_range::e
 

Definition at line 26 of file range.h.

Referenced by iter_range, and operator>>.


The documentation for this struct was generated from the following file:
Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:16 2002 for Sequence by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000