#include <netinfo.h>
Definition at line 407 of file netinfo.h.
◆ iterator()
NETINFO_LIST::iterator::iterator |
( |
NETNAMES_MAP::const_iterator |
aIter | ) |
|
|
inline |
Definition at line 410 of file netinfo.h.
411 {
412 }
NETNAMES_MAP::const_iterator m_iterator
◆ operator!=()
◆ operator*()
◆ operator++() [1/2]
const iterator & NETINFO_LIST::iterator::operator++ |
( |
| ) |
|
|
inline |
pre-increment operator
Definition at line 415 of file netinfo.h.
416 {
418 return *this;
419 }
References m_iterator.
◆ operator++() [2/2]
iterator NETINFO_LIST::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
post-increment operator
Definition at line 422 of file netinfo.h.
423 {
426 return ret;
427 }
iterator(NETNAMES_MAP::const_iterator aIter)
References m_iterator.
◆ operator->()
◆ operator==()
bool NETINFO_LIST::iterator::operator== |
( |
const iterator & |
aOther | ) |
const |
|
inline |
◆ m_iterator
NETNAMES_MAP::const_iterator NETINFO_LIST::iterator::m_iterator |
|
private |
The documentation for this class was generated from the following file: