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

NLPACS::CQuadGrid::CIterator Class Template Reference

#include <quad_grid.h> +

+

Inheritance diagram for NLPACS::CQuadGrid::CIterator: +

+ +NLPACS::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 NLPACS::CQuadGrid< T >::CIterator

+ +

Constructor & Destructor Documentation

+

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

+ +

+Definition at line 301 of file pacs/quad_grid.h. +

+References NLPACS::CQuadGrid::const_iterator::_Ptr. +

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

+

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

+ +

+Definition at line 302 of file pacs/quad_grid.h. +

+References NLPACS::CQuadGrid::const_iterator::const_iterator.

+


Member Function Documentation

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 303 of file pacs/quad_grid.h. +

+References NLPACS::CQuadGrid::const_iterator::_Ptr.

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 318 of file pacs/quad_grid.h. +

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

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 310 of file pacs/quad_grid.h. +

+References CIterator.

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 308 of file pacs/quad_grid.h. +

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

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 314 of file pacs/quad_grid.h. +

+References CIterator.

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 312 of file pacs/quad_grid.h. +

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

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 316 of file pacs/quad_grid.h. +

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

+


Friends And Related Function Documentation

+

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

+ +

+Reimplemented from NLPACS::CQuadGrid::const_iterator. +

+Definition at line 321 of file pacs/quad_grid.h.

+


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