From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../classNL3D_1_1CQuadTree_1_1const__iterator.html | 580 +++++++++++++++++++++ 1 file changed, 580 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CQuadTree_1_1const__iterator.html (limited to 'docs/doxygen/nel/classNL3D_1_1CQuadTree_1_1const__iterator.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CQuadTree_1_1const__iterator.html b/docs/doxygen/nel/classNL3D_1_1CQuadTree_1_1const__iterator.html new file mode 100644 index 00000000..1737f0b1 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CQuadTree_1_1const__iterator.html @@ -0,0 +1,580 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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 Class Template Reference

#include <quad_tree.h> +

+

Inheritance diagram for NL3D::CQuadTree::const_iterator: +

+ +NL3D::CQuadTree::CIterator + +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
+

template<class T>
+ class NL3D::CQuadTree< T >::const_iterator

+ +

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
NL3D::CQuadTree< T >::const_iterator::const_iterator   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 592 of file quad_tree.h. +

+References _Ptr. +

+Referenced by NL3D::CQuadTree::CIterator::CIterator, NL3D::CQuadTree::CIterator::operator!=, operator!=, operator++, operator--, NL3D::CQuadTree::CIterator::operator==, and operator==.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
NL3D::CQuadTree< T >::const_iterator::const_iterator CNode  p [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 593 of file quad_tree.h. +

+References _Ptr.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
NL3D::CQuadTree< T >::const_iterator::const_iterator const CIterator  x [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 594 of file quad_tree.h. +

+References _Ptr, CIterator, and x.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
const T& NL3D::CQuadTree< T >::const_iterator::operator *   const [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 596 of file quad_tree.h. +

+References _Ptr.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
bool NL3D::CQuadTree< T >::const_iterator::operator!= const const_iterator &   x const [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 611 of file quad_tree.h. +

+References const_iterator, and x.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
const_iterator NL3D::CQuadTree< T >::const_iterator::operator++ int   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 603 of file quad_tree.h. +

+References const_iterator.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
const_iterator& NL3D::CQuadTree< T >::const_iterator::operator++   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 601 of file quad_tree.h. +

+References _Ptr, and const_iterator.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
const_iterator NL3D::CQuadTree< T >::const_iterator::operator-- int   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 607 of file quad_tree.h. +

+References const_iterator.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
const_iterator& NL3D::CQuadTree< T >::const_iterator::operator--   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 605 of file quad_tree.h. +

+References _Ptr, and const_iterator.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
bool NL3D::CQuadTree< T >::const_iterator::operator== const const_iterator &   x const [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 609 of file quad_tree.h. +

+References _Ptr, const_iterator, and x.

+


Friends And Related Function Documentation

+

+ + + + +
+ + + + + +
+template<class T>
friend class CIterator [friend] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 616 of file quad_tree.h. +

+Referenced by const_iterator.

+

+ + + + +
+ + + + + +
+template<class T>
friend class CQuadTree< T > [friend] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CQuadTree::CIterator. +

+Definition at line 615 of file quad_tree.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class T>
CNode* NL3D::CQuadTree::const_iterator::_Ptr [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 614 of file quad_tree.h. +

+Referenced by NL3D::CQuadTree::CIterator::CIterator, const_iterator, NL3D::CQuadTree::CIterator::operator *, operator *, NL3D::CQuadTree::CIterator::operator++, operator++, NL3D::CQuadTree::CIterator::operator--, operator--, NL3D::CQuadTree::CIterator::operator==, and operator==.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1