KJS::ReferenceListIterator Class Reference
#include <reference_list.h>
Public Member Functions | |
bool | operator!= (const ReferenceListIterator &it) const |
const Reference * | operator-> () const |
const Reference & | operator++ (int i) |
Friends | |
class | ReferenceList |
Detailed Description
An iterator for a ReferenceList.
Definition at line 36 of file reference_list.h.
Member Function Documentation
◆ operator!=()
bool ReferenceListIterator::operator!= | ( | const ReferenceListIterator & | it | ) | const |
Definition at line 138 of file reference_list.cpp.
◆ operator++()
const Reference & ReferenceListIterator::operator++ | ( | int | i | ) |
Definition at line 148 of file reference_list.cpp.
◆ operator->()
const Reference * ReferenceListIterator::operator-> | ( | ) | const |
Definition at line 143 of file reference_list.cpp.
Friends And Related Function Documentation
◆ ReferenceList
|
friend |
Definition at line 37 of file reference_list.h.
The documentation for this class was generated from the following files: