decompiler
1.0.0
|
Public Member Functions | |
PartIterator (typename std::multiset< AddrRange >::const_iterator i) | |
_recordtype & | operator * (void) |
PartIterator & | operator++ (void) |
PartIterator | operator++ (int i) |
PartIterator & | operator-- (void) |
PartIterator | operator-- (int i) |
PartIterator & | operator= (const PartIterator &op2) |
bool | operator== (const PartIterator &op2) const |
bool | operator!= (const PartIterator &op2) const |
std::list< _recordtype >::iterator | getValueIter (void) const |
Private Attributes | |
std::multiset< AddrRange >::const_iterator | iter |