# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CQuadTree::const_iterator Template Class Reference

#include <quad_tree.h>

Inheritance diagram for NL3D::CQuadTree::const_iterator

Inheritance graph
[legend]
List of all members.

Public Methods

 const_iterator ()
 const_iterator (CNode *p)
 const_iterator (const CIterator& x)
const T& operator * () const
const_iterator& operator++ ()
const_iterator operator++ (int)
const_iterator& operator-- ()
const_iterator operator-- (int)
bool operator== (const const_iterator& x) const
bool operator!= (const const_iterator& x) const

Protected Attributes

CNode_Ptr

Friends

class  CQuadTree< T >
class  CIterator

Constructor & Destructor Documentation

NL3D::CQuadTree::const_iterator::const_iterator ( ) [inline]
 

Definition at line 592 of file quad_tree.h.

NL3D::CQuadTree::const_iterator::const_iterator ( CNode * p ) [inline]
 

Definition at line 593 of file quad_tree.h.

NL3D::CQuadTree::const_iterator::const_iterator ( const CIterator & x ) [inline]
 

Definition at line 594 of file quad_tree.h.


Member Function Documentation

const T & NL3D::CQuadTree::const_iterator::operator * ( ) const [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 596 of file quad_tree.h.

bool NL3D::CQuadTree::const_iterator::operator!= ( const const_iterator & x ) const [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 611 of file quad_tree.h.

const_iterator NL3D::CQuadTree::const_iterator::operator++ ( int ) [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 603 of file quad_tree.h.

const_iterator & NL3D::CQuadTree::const_iterator::operator++ ( ) [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 601 of file quad_tree.h.

const_iterator NL3D::CQuadTree::const_iterator::operator-- ( int ) [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 607 of file quad_tree.h.

const_iterator & NL3D::CQuadTree::const_iterator::operator-- ( ) [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 605 of file quad_tree.h.

bool NL3D::CQuadTree::const_iterator::operator== ( const const_iterator & x ) const [inline]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 609 of file quad_tree.h.


Friends And Related Function Documentation

class CIterator [friend]
 

Definition at line 616 of file quad_tree.h.

class CQuadTree [friend]
 

Reimplemented in NL3D::CQuadTree::CIterator.

Definition at line 615 of file quad_tree.h.


Member Data Documentation

CNode * NL3D::CQuadTree::const_iterator::_Ptr [protected]
 

Definition at line 614 of file quad_tree.h.


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