|
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.
Referenced by iterator(), operator!=(), operator++(), operator=(), and operator==().
|
inline |
Definition at line 73 of file shape_index_list.h.
References m_current.
|
inline |
Definition at line 77 of file shape_index_list.h.
References iterator(), and m_current.
|
inline |
Definition at line 102 of file shape_index_list.h.
References iterator(), and m_current.
|
inline |
Definition at line 81 of file shape_index_list.h.
References T.
|
inline |
Definition at line 86 of file shape_index_list.h.
References m_current.
|
inline |
Definition at line 91 of file shape_index_list.h.
References iterator(), and m_current.
|
inline |
Definition at line 107 of file shape_index_list.h.
References iterator(), and m_current.
|
inline |
Definition at line 97 of file shape_index_list.h.
References iterator(), and m_current.
|
private |
Definition at line 114 of file shape_index_list.h.
Referenced by iterator(), iterator(), operator!=(), operator++(), operator++(), operator=(), and operator==().