| 
    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 | 
Definition at line 275 of file netinfo.h.
References m_iterator.
Referenced by operator!=(), operator++(), operator++(), and operator==().
      
  | 
  inline | 
Definition at line 304 of file netinfo.h.
References iterator(), and m_iterator.
      
  | 
  inline | 
Definition at line 294 of file netinfo.h.
References m_iterator.
      
  | 
  inline | 
pre-increment operator
Definition at line 280 of file netinfo.h.
References iterator(), and m_iterator.
      
  | 
  inline | 
post-increment operator
Definition at line 287 of file netinfo.h.
References iterator(), and m_iterator.
      
  | 
  inline | 
Definition at line 299 of file netinfo.h.
References m_iterator.
      
  | 
  inline | 
Definition at line 309 of file netinfo.h.
References iterator(), and m_iterator.
      
  | 
  private | 
Definition at line 315 of file netinfo.h.
Referenced by iterator(), operator!=(), operator*(), operator++(), operator++(), operator->(), and operator==().