Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

base_map< K, T, Pr, M >::iterator Class Reference

non const iterator More...

#include <map.h>

Inheritance diagram for base_map< K, T, Pr, M >::iterator:

base_map< K, T, Pr, M >::const_iterator

List of all members.

Public Member Functions

 iterator ()
 default constructor
 iterator (_node *p)
 constructor
T & operator* () const
 operator*
T * operator-> () const
 operator->
iteratoroperator++ ()
 operator++
iterator operator++ (int)
 operator++(int)
iteratoroperator-- ()
 operator--
iterator operator-- (int)
 operator--(int)
bool operator== (const iterator &x) const
 operator==
bool operator!= (const iterator &x) const
 operator!=


Detailed Description

template<class K, class T, class Pr = less< K >, bool M = false>
class base_map< K, T, Pr, M >::iterator

non const iterator

Definition at line 354 of file map.h.


Constructor & Destructor Documentation

template<class K, class T, class Pr = less< K >, bool M = false>
base_map< K, T, Pr, M >::iterator::iterator (  )  [inline]

default constructor

Definition at line 359 of file map.h.

template<class K, class T, class Pr = less< K >, bool M = false>
base_map< K, T, Pr, M >::iterator::iterator ( _node p  )  [inline]

constructor

Parameters:
p  pointer to node

Definition at line 363 of file map.h.


Member Function Documentation

template<class K, class T, class Pr = less< K >, bool M = false>
T& base_map< K, T, Pr, M >::iterator::operator* (  )  const [inline]

template<class K, class T, class Pr = less< K >, bool M = false>
T* base_map< K, T, Pr, M >::iterator::operator-> (  )  const [inline]

template<class K, class T, class Pr = less< K >, bool M = false>
iterator& base_map< K, T, Pr, M >::iterator::operator++ (  )  [inline]

operator++

Reimplemented from base_map< K, T, Pr, M >::const_iterator.

Definition at line 385 of file map.h.

References base_map< K, T, Pr, M >::const_iterator::_inc().

template<class K, class T, class Pr = less< K >, bool M = false>
iterator base_map< K, T, Pr, M >::iterator::operator++ ( int   )  [inline]

template<class K, class T, class Pr = less< K >, bool M = false>
iterator& base_map< K, T, Pr, M >::iterator::operator-- (  )  [inline]

operator--

Reimplemented from base_map< K, T, Pr, M >::const_iterator.

Definition at line 402 of file map.h.

References base_map< K, T, Pr, M >::const_iterator::_dec().

template<class K, class T, class Pr = less< K >, bool M = false>
iterator base_map< K, T, Pr, M >::iterator::operator-- ( int   )  [inline]

template<class K, class T, class Pr = less< K >, bool M = false>
bool base_map< K, T, Pr, M >::iterator::operator== ( const iterator x  )  const [inline]

operator==

Definition at line 419 of file map.h.

References base_map< K, T, Pr, M >::const_iterator::_ptr.

template<class K, class T, class Pr = less< K >, bool M = false>
bool base_map< K, T, Pr, M >::iterator::operator!= ( const iterator x  )  const [inline]

operator!=

Definition at line 426 of file map.h.

References base_map< K, T, Pr, M >::const_iterator::_ptr.


The documentation for this class was generated from the following file:


© Copyright Terimber 2003-.