|
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 152 of file allegro_builder.cpp.
|
inline |
Definition at line 155 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 193 of file allegro_builder.cpp.
References iterator(), and m_current.
|
inline |
Definition at line 164 of file allegro_builder.cpp.
References m_currBlock.
|
inline |
Definition at line 166 of file allegro_builder.cpp.
References iterator(), m_board, m_currBlock, m_current, m_NextFunc, and m_tail.
|
private |
Definition at line 199 of file allegro_builder.cpp.
Referenced by iterator(), and operator++().
|
private |
Definition at line 197 of file allegro_builder.cpp.
Referenced by iterator(), operator*(), and operator++().
|
private |
Definition at line 196 of file allegro_builder.cpp.
Referenced by iterator(), operator!=(), and operator++().
|
private |
Definition at line 200 of file allegro_builder.cpp.
Referenced by iterator(), and operator++().
|
private |
Definition at line 198 of file allegro_builder.cpp.
Referenced by iterator(), and operator++().