iutest
1.17.99.14
|
mfc container iterator [詳解]
#include <iutest_mfc.hpp>
公開メンバ関数 | |
mfc_iterator (const T &container, POSITION pos) | |
mfc_iterator (const mfc_iterator &rhs) | |
mfc_iterator & | operator= (const mfc_iterator &rhs) |
mfc_iterator & | operator++ () |
mfc_iterator & | operator++ (int) |
Item | operator* () const |
Item | operator-> () const |
bool | operator== (mfc_iterator &rhs) |
bool | operator!= (mfc_iterator &rhs) |
mfc container iterator