|
DAWorkbench 0.0.1
DAWorkbench API
|
Public 类型 | |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef qptrdiff | difference_type |
| typedef VALUE | value_type |
| typedef const VALUE * | pointer |
| typedef const VALUE & | reference |
Public 成员函数 | |
| const_iterator (typename CONTAINTER_KEY::const_iterator ki, typename CONTAINTER_VALUE::const_iterator vi) | |
| const_iterator (const iterator &o) | |
| const KEY & | key () const |
| const VALUE & | value () const |
| const VALUE & | operator* () const |
| const VALUE * | operator-> () const |
| bool | operator== (const const_iterator &o) const |
| bool | operator!= (const const_iterator &o) const |
| const_iterator & | operator++ () |
| ++i | |
| const_iterator | operator++ (int) |
| i++ | |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const_iterator | operator+ (int j) const |
| const_iterator | operator- (int j) const |
| const_iterator & | operator+= (int j) |
| const_iterator & | operator-= (int j) |
友元 | |
| class | iterator |
| class | da_order_small_map< KEY, VALUE, CONTAINTER_KEY, CONTAINTER_VALUE > |
|
inline |
++i
|
inline |
i++