#include <quad_grid.h>
Inheritance diagram for NLPACS::CQuadGrid< T >::const_iterator:
Public Member Functions | |
const_iterator (const CIterator &x) | |
const_iterator (CNode *p) | |
const_iterator () | |
const T & | operator * () const |
bool | operator!= (const const_iterator &x) const |
const_iterator | operator++ (int) |
const_iterator & | operator++ () |
const_iterator | operator-- (int) |
const_iterator & | operator-- () |
bool | operator== (const const_iterator &x) const |
Protected Attributes | |
CNode * | _Ptr |
Friends | |
class | CIterator |
class | CQuadGrid< T > |
|
Definition at line 270 of file pacs/quad_grid.h.
00270 {_Ptr=NULL;} |
|
Definition at line 271 of file pacs/quad_grid.h.
00271 : _Ptr(p) {} |
|
Definition at line 272 of file pacs/quad_grid.h. References x.
|
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 274 of file pacs/quad_grid.h. References NLPACS::CQuadGrid< T >::CNode::Elt.
00275 {return _Ptr->Elt; } |
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 289 of file pacs/quad_grid.h. References x.
00290 {return (!(*this == x)); } |
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 281 of file pacs/quad_grid.h.
00282 {const_iterator tmp = *this; ++*this; return (tmp); } |
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 279 of file pacs/quad_grid.h. References NLPACS::CQuadGrid< T >::CBaseNode::Next.
|
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 285 of file pacs/quad_grid.h.
00286 {const_iterator tmp = *this; --*this; return (tmp); } |
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 283 of file pacs/quad_grid.h. References NLPACS::CQuadGrid< T >::CBaseNode::Prev.
|
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 287 of file pacs/quad_grid.h. References x.
|
|
Definition at line 294 of file pacs/quad_grid.h. |
|
Reimplemented in NLPACS::CQuadGrid< T >::CIterator. Definition at line 293 of file pacs/quad_grid.h. |
|
Definition at line 292 of file pacs/quad_grid.h. |