DCL 4.0
Loading...
Searching...
No Matches
ListIteratorBase Class Reference

#include <ListBase.h>

Inheritance diagram for ListIteratorBase:
LISTED_HASHMAP_T::Iterator LISTED_HASHMAP_T::ReverseIterator LIST_T::Iterator LIST_T::ReverseIterator

Public Member Functions

bool operator== (const ListIteratorBase &x) const
bool operator!= (const ListIteratorBase &x) const

Protected Attributes

NodeBase__pNode

Friends

class ConstListIteratorBase

Detailed Description

Definition at line 23 of file ListBase.h.

Member Function Documentation

◆ operator!=()

bool ListIteratorBase::operator!= ( const ListIteratorBase & x) const
inline

Definition at line 56 of file ListBase.h.

57{
60 return __pNode != x.__pNode;
61}
#define NULL
Definition Config.h:340
#define __DCL_ASSERT(expr)
Definition Object.h:371
NodeBase * __pNode
Definition ListBase.h:30

◆ operator==()

bool ListIteratorBase::operator== ( const ListIteratorBase & x) const
inline

Definition at line 48 of file ListBase.h.

49{
52 return __pNode == x.__pNode;
53}

◆ ConstListIteratorBase

friend class ConstListIteratorBase
friend

Definition at line 31 of file ListBase.h.

Member Data Documentation

◆ __pNode

NodeBase* ListIteratorBase::__pNode
protected

Definition at line 30 of file ListBase.h.


The documentation for this class was generated from the following file: