Public 멤버 함수 | |
const_iterator (const iterator &src) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &a) const |
bool | operator!= (const const_iterator &a) const |
const value_type & | operator* () const |
const value_type * | operator-> () const |
![]() | |
const K & | GetFirst () const |
V & | GetSecond () const |
void | SetSecond (const V &val) const |
추가로 상속된 멤버들 | |
![]() | |
Proud::Position | m_pos |
CFastMap * | m_owner |
STL의 const_iterator와 같은 역할을 한다.