KiCad PCB EDA Suite
|
#include <shape_index_list.h>
Public Member Functions | |
iterator () | |
iterator (SHAPE_VEC_ITER aCurrent) | |
iterator (const iterator &aB) | |
T | operator* () const |
void | operator++ () |
iterator & | operator++ (int aDummy) |
bool | operator== (const iterator &aRhs) const |
bool | operator!= (const iterator &aRhs) const |
const iterator & | operator= (const iterator &aRhs) |
Private Attributes | |
SHAPE_VEC_ITER | m_current |
Definition at line 67 of file shape_index_list.h.
|
inline |
Definition at line 70 of file shape_index_list.h.
|
inline |
Definition at line 73 of file shape_index_list.h.
|
inline |
Definition at line 77 of file shape_index_list.h.
|
inline |
Definition at line 102 of file shape_index_list.h.
References SHAPE_INDEX_LIST< T, >::iterator::m_current.
|
inline |
Definition at line 81 of file shape_index_list.h.
|
inline |
Definition at line 86 of file shape_index_list.h.
References SHAPE_INDEX_LIST< T, >::iterator::m_current.
|
inline |
Definition at line 91 of file shape_index_list.h.
References SHAPE_INDEX_LIST< T, >::iterator::m_current.
|
inline |
Definition at line 107 of file shape_index_list.h.
References SHAPE_INDEX_LIST< T, >::iterator::m_current.
|
inline |
Definition at line 97 of file shape_index_list.h.
References SHAPE_INDEX_LIST< T, >::iterator::m_current.
|
private |
Definition at line 114 of file shape_index_list.h.
Referenced by SHAPE_INDEX_LIST< T, >::iterator::operator!=(), SHAPE_INDEX_LIST< T, >::iterator::operator++(), SHAPE_INDEX_LIST< T, >::iterator::operator=(), and SHAPE_INDEX_LIST< T, >::iterator::operator==().