KiCad PCB EDA Suite
|
Wrapper class, so you can iterate through NETINFO_ITEM*s, not std::pair<int/wxString, NETINFO_ITEM*> More...
#include <netinfo.h>
Public Member Functions | |
iterator (NETNAMES_MAP::const_iterator aIter) | |
const iterator & | operator++ () |
pre-increment operator | |
iterator | operator++ (int) |
post-increment operator | |
NETINFO_ITEM * | operator* () const |
NETINFO_ITEM * | operator-> () const |
bool | operator!= (const iterator &aOther) const |
bool | operator== (const iterator &aOther) const |
Private Attributes | |
NETNAMES_MAP::const_iterator | m_iterator |
Wrapper class, so you can iterate through NETINFO_ITEM*s, not std::pair<int/wxString, NETINFO_ITEM*>
|
inline |
|
inline |
Definition at line 438 of file netinfo.h.
References m_iterator.
|
inline |
Definition at line 428 of file netinfo.h.
References m_iterator.
|
inline |
|
inline |
|
inline |
Definition at line 433 of file netinfo.h.
References m_iterator.
|
inline |
Definition at line 443 of file netinfo.h.
References m_iterator.
|
private |
Definition at line 449 of file netinfo.h.
Referenced by operator!=(), operator*(), operator++(), operator->(), and operator==().