|
KiCad PCB EDA Suite
|
Iterator for sequential access to all stored data items. More...
#include <packed_rtree.h>
Public Member Functions | |
| Iterator (const DATATYPE *aPtr) | |
| const DATATYPE & | operator* () const |
| const DATATYPE * | operator-> () const |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator== (const Iterator &aOther) const |
| bool | operator!= (const Iterator &aOther) const |
Private Attributes | |
| const DATATYPE * | m_ptr |
Iterator for sequential access to all stored data items.
Definition at line 121 of file packed_rtree.h.
|
inline |
Definition at line 124 of file packed_rtree.h.
References m_ptr.
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inline |
Definition at line 143 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
inline |
Definition at line 126 of file packed_rtree.h.
References m_ptr.
|
inline |
Definition at line 129 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
inline |
Definition at line 135 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
inline |
Definition at line 127 of file packed_rtree.h.
References m_ptr.
|
inline |
Definition at line 142 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
private |
Definition at line 146 of file packed_rtree.h.
Referenced by Iterator(), operator!=(), operator*(), operator++(), operator++(), operator->(), and operator==().