|
KiCad PCB EDA Suite
|
Public Member Functions | |
| iterator (uint32_t aCurrent, uint32_t aTail, const BRD_DB &aBoard, NEXT_FUNC_T aNextFunc) | |
| const BLOCK_BASE * | operator* () const |
| iterator & | operator++ () |
| bool | operator!= (const iterator &other) const |
Private Attributes | |
| uint32_t | m_current |
| const BLOCK_BASE * | m_currBlock |
| uint32_t | m_tail |
| const BRD_DB & | m_board |
| NEXT_FUNC_T | m_NextFunc |
Definition at line 137 of file allegro_builder.cpp.
|
inline |
Definition at line 140 of file allegro_builder.cpp.
References m_board, m_currBlock, m_current, m_NextFunc, and m_tail.
Referenced by operator!=(), and operator++().
|
inline |
Definition at line 178 of file allegro_builder.cpp.
References iterator(), and m_current.
|
inline |
Definition at line 149 of file allegro_builder.cpp.
References m_currBlock.
|
inline |
Definition at line 151 of file allegro_builder.cpp.
References iterator(), m_board, m_currBlock, m_current, m_NextFunc, and m_tail.
|
private |
Definition at line 184 of file allegro_builder.cpp.
Referenced by iterator(), and operator++().
|
private |
Definition at line 182 of file allegro_builder.cpp.
Referenced by iterator(), operator*(), and operator++().
|
private |
Definition at line 181 of file allegro_builder.cpp.
Referenced by iterator(), operator!=(), and operator++().
|
private |
Definition at line 185 of file allegro_builder.cpp.
Referenced by iterator(), and operator++().
|
private |
Definition at line 183 of file allegro_builder.cpp.
Referenced by iterator(), and operator++().