Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::gen::link Class Template Reference

A container of linked objects. More...

#include <more/gen/link.h>

Inheritance diagram for more::gen::link:

Inheritance graph
[legend]
Collaboration diagram for more::gen::link:

Collaboration graph
[legend]
List of all members.

Public Types

Public Methods

Friends


Detailed Description

template<typename T = linked>
class more::gen::link< T >

A container of linked objects.


Member Typedef Documentation

template<typename T = linked>
typedef T const* more::gen::link::const_pointer
 

template<typename T = linked>
typedef T const& more::gen::link::const_reference
 

template<typename T = linked>
typedef std::reverse_iterator<const_iterator> more::gen::link::const_reverse_iterator
 

template<typename T = linked>
typedef T* more::gen::link::pointer
 

template<typename T = linked>
typedef T& more::gen::link::reference
 

template<typename T = linked>
typedef std::reverse_iterator<iterator> more::gen::link::reverse_iterator
 

template<typename T = linked>
typedef size_t more::gen::link::size_type
 

template<typename T = linked>
typedef T more::gen::link::value_type
 


Constructor & Destructor Documentation

template<typename T = linked>
more::gen::link< T >::link   [inline]
 

Constructs an empty container.


Member Function Documentation

template<typename T = linked>
const_reference more::gen::link< T >::back   const [inline]
 

template<typename T = linked>
reference more::gen::link< T >::back   [inline]
 

template<typename T = linked>
const_iterator more::gen::link< T >::begin   const [inline]
 

template<typename T = linked>
iterator more::gen::link< T >::begin   [inline]
 

Start of the range of linked objects.

template<typename T = linked>
bool more::gen::link< T >::empty   const [inline]
 

template<typename T = linked>
const_iterator more::gen::link< T >::end   const [inline]
 

template<typename T = linked>
iterator more::gen::link< T >::end   [inline]
 

Past the end of the range of linked objects.

template<typename T = linked>
const_reference more::gen::link< T >::front   const [inline]
 

template<typename T = linked>
reference more::gen::link< T >::front   [inline]
 

template<typename T = linked>
void more::gen::link< T >::join_back linked   ln [inline]
 

Join ln so that it becomes the last node.

template<typename T = linked>
void more::gen::link< T >::join_front linked   ln [inline]
 

Join ln so that it becomes the first node.

template<typename T = linked>
const_reverse_iterator more::gen::link< T >::rbegin   const [inline]
 

template<typename T = linked>
reverse_iterator more::gen::link< T >::rbegin   [inline]
 

template<typename T = linked>
const_reverse_iterator more::gen::link< T >::rend   const [inline]
 

template<typename T = linked>
reverse_iterator more::gen::link< T >::rend   [inline]
 


Friends And Related Function Documentation

template<typename T = linked>
friend class const_iterator [friend]
 

template<typename T = linked>
friend class iterator [friend]
 

template<typename T = linked>
friend class linked [friend]
 


The documentation for this class was generated from the following file:
Generated on Sat Sep 7 19:12:29 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.