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

#include <quad_grid.h> +

+Inheritance diagram for NL3D::CQuadGrid::CIterator

Inheritance graph
+ + + +
[legend]
Collaboration diagram for NL3D::CQuadGrid::CIterator:

Collaboration graph
+ + + +
[legend]
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 >
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CQuadGrid::CIterator::CIterator ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 288 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+NL3D::CQuadGrid::CIterator::CIterator ( + +CNode * p ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 289 of file quad_grid.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+T & NL3D::CQuadGrid::CIterator::operator * ( + +) const [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 290 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+bool NL3D::CQuadGrid::CIterator::operator!= ( + +const const_iterator & x ) const [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 305 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+CIterator NL3D::CQuadGrid::CIterator::operator++ ( + +int ) [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 297 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+CIterator & NL3D::CQuadGrid::CIterator::operator++ ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 295 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+CIterator NL3D::CQuadGrid::CIterator::operator-- ( + +int ) [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 301 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+CIterator & NL3D::CQuadGrid::CIterator::operator-- ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 299 of file quad_grid.h.

+

+ + + + +
+ + + + + + +
+bool NL3D::CQuadGrid::CIterator::operator== ( + +const const_iterator & x ) const [inline] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 303 of file quad_grid.h.

+


Friends And Related Function Documentation

+

+ + + + +
+ + + + + +
+class CQuadGrid [friend] +
+
+ + + + + +
+   + + +

+ +

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

+Definition at line 308 of file quad_grid.h.

+


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