#include <netinfo.h>
Definition at line 240 of file netinfo.h.
◆ iterator()
NETINFO_MAPPING::iterator::iterator |
( |
std::map< int, int >::const_iterator |
aIter, |
|
|
const NETINFO_MAPPING * |
aMapping |
|
) |
| |
|
inline |
Definition at line 243 of file netinfo.h.
243 :
245 {
246 }
const NETINFO_MAPPING * m_mapping
std::map< int, int >::const_iterator m_iterator
◆ operator!=()
◆ operator*()
NETINFO_ITEM * NETINFO_MAPPING::iterator::operator* |
( |
| ) |
const |
◆ operator++() [1/2]
const iterator & NETINFO_MAPPING::iterator::operator++ |
( |
| ) |
|
|
inline |
pre-increment operator
Definition at line 249 of file netinfo.h.
250 {
252
253 return *this;
254 }
References m_iterator.
◆ operator++() [2/2]
iterator NETINFO_MAPPING::iterator::operator++ |
( |
int |
| ) |
|
|
inline |
post-increment operator
Definition at line 257 of file netinfo.h.
258 {
261
262 return ret;
263 }
iterator(std::map< int, int >::const_iterator aIter, const NETINFO_MAPPING *aMapping)
References m_iterator.
◆ operator->()
NETINFO_ITEM * NETINFO_MAPPING::iterator::operator-> |
( |
| ) |
const |
◆ operator==()
bool NETINFO_MAPPING::iterator::operator== |
( |
const iterator & |
aOther | ) |
const |
|
inline |
◆ m_iterator
std::map<int,int>::const_iterator NETINFO_MAPPING::iterator::m_iterator |
|
private |
◆ m_mapping
The documentation for this class was generated from the following files: