|
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 117 of file packed_rtree.h.
|
inline |
Definition at line 120 of file packed_rtree.h.
References m_ptr.
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inline |
Definition at line 139 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
inline |
Definition at line 122 of file packed_rtree.h.
References m_ptr.
|
inline |
Definition at line 125 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
inline |
Definition at line 131 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
inline |
Definition at line 123 of file packed_rtree.h.
References m_ptr.
|
inline |
Definition at line 138 of file packed_rtree.h.
References Iterator(), and m_ptr.
|
private |
Definition at line 142 of file packed_rtree.h.
Referenced by Iterator(), operator!=(), operator*(), operator++(), operator++(), operator->(), and operator==().