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

#include <quad_grid.h> +

+

Inheritance diagram for NLPACS::CQuadGrid::const_iterator: +

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

template<class T>
+ class NLPACS::CQuadGrid< T >::const_iterator

+ +

Constructor & Destructor Documentation

+

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

+ +

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

+References _Ptr. +

+Referenced by NLPACS::CQuadGrid::CIterator::CIterator, NLPACS::CQuadGrid::CIterator::operator!=, operator!=, operator++, operator--, NLPACS::CQuadGrid::CIterator::operator==, and operator==.

+

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

+ +

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

+References _Ptr.

+

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

+ +

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

+References _Ptr, CIterator, and x.

+


Member Function Documentation

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References _Ptr.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References const_iterator, and x.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References const_iterator.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References _Ptr, and const_iterator.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References const_iterator.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References _Ptr, and const_iterator.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+References _Ptr, const_iterator, and x.

+


Friends And Related Function Documentation

+

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

+ +

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

+Referenced by const_iterator.

+

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

+ +

+Reimplemented in NLPACS::CQuadGrid::CIterator. +

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

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class T>
CNode* NLPACS::CQuadGrid::const_iterator::_Ptr [protected] +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLPACS::CQuadGrid::CIterator::CIterator, const_iterator, NLPACS::CQuadGrid::CIterator::operator *, operator *, NLPACS::CQuadGrid::CIterator::operator++, operator++, NLPACS::CQuadGrid::CIterator::operator--, operator--, NLPACS::CQuadGrid::CIterator::operator==, and operator==.

+


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