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

#include <quad_grid.h> +

+

Inheritance diagram for NL3D::CQuadGrid::CIterator: +

+ +NL3D::CQuadGrid::const_iterator + +List of all members. + + + + + + + + + + + + +

Public Methods

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

Friends

class CQuadGrid< T >
+

template<class T>
+ class NL3D::CQuadGrid< T >::CIterator

+ +

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
NL3D::CQuadGrid< T >::CIterator::CIterator   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 368 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::_Ptr. +

+Referenced by operator++, and operator--.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
NL3D::CQuadGrid< T >::CIterator::CIterator CNode  p [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 369 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::const_iterator.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
T& NL3D::CQuadGrid< T >::CIterator::operator * void   const [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 370 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::_Ptr.

+

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

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 385 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::const_iterator, and x.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
CIterator NL3D::CQuadGrid< T >::CIterator::operator++ int   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 377 of file 3d/quad_grid.h. +

+References CIterator.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
CIterator& NL3D::CQuadGrid< T >::CIterator::operator++   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 375 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::_Ptr, and CIterator.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
CIterator NL3D::CQuadGrid< T >::CIterator::operator-- int   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 381 of file 3d/quad_grid.h. +

+References CIterator.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
CIterator& NL3D::CQuadGrid< T >::CIterator::operator--   [inline]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 379 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::_Ptr, and CIterator.

+

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

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 383 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid::const_iterator::_Ptr, NL3D::CQuadGrid::const_iterator::const_iterator, and x.

+


Friends And Related Function Documentation

+

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

+ +

+Reimplemented from NL3D::CQuadGrid::const_iterator. +

+Definition at line 388 of file 3d/quad_grid.h.

+


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