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  

tuple Class Template Reference

#include <tuple.h>

Inheritance diagram for tuple:

Inheritance graph
[legend]
Collaboration diagram for tuple:

Collaboration graph
[legend]
List of all members.

Public Types

typedef base::iterator iterator
typedef base::const_iterator const_iterator

Public Methods

 tuple ()
 tuple (const T &t)
 tuple (const c_array &rs)
 tuple (const_iterator b, const_iterator)
template<class It>  tuple (It b, It e)

template<class T, unsigned N>
class tuple< T, N >


Member Typedef Documentation

template<class T, unsigned N>
typedef base::iterator tuple::iterator
 

Reimplemented from tuple_base.

Definition at line 57 of file tuple.h.

Referenced by tuple< T, 3 >::tuple, and tuple.

template<class T, unsigned N>
typedef base::const_iterator tuple::const_iterator
 

Reimplemented from tuple_base.

Definition at line 58 of file tuple.h.

Referenced by tuple< T, 3 >::tuple, and tuple.


Constructor & Destructor Documentation

template<class T, unsigned N>
tuple< T, N >::tuple   [inline]
 

Definition at line 60 of file tuple.h.

template<class T, unsigned N>
tuple< T, N >::tuple const T &    t [inline]
 

Definition at line 61 of file tuple.h.

References tuple_base::begin, tuple_base::end, and iterator.

template<class T, unsigned N>
tuple< T, N >::tuple const c_array   rs [inline]
 

Definition at line 62 of file tuple.h.

References tuple_base::begin, tuple_base::c_array, tuple_base::end, and iterator.

template<class T, unsigned N>
tuple< T, N >::tuple const_iterator    b,
const_iterator   
[inline]
 

Definition at line 63 of file tuple.h.

References tuple_base::begin, const_iterator, tuple_base::end, and iterator.

template<class T, unsigned N>
template<class It>
tuple< T, N >::tuple It    b,
It    e
[inline]
 

Definition at line 71 of file tuple.h.

References tuple_base::begin, tuple_base::end, and iterator.


The documentation for this class 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:17 2002 for Sequence by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000