#include <mi32/bitsetd64.h>
Public Member Functions | |
| INT64 | operator * () const |
| operator INT64 () const | |
| bool | operator!= (const ITERATOR &rhs) const |
| ITERATOR & | operator++ () |
| bool | operator== (const ITERATOR &rhs) const |
Private Member Functions | |
| ITERATOR (const BITSET_DEQUE64 *BitSet) | |
| ITERATOR (const BITSET_DEQUE64 *BitSet, bool testvalue) | |
Private Attributes | |
| const BITSET_DEQUE64 * | m_BitSet |
| UINT32 | m_SetItemIndex |
| UINT8 | m_SkipByte |
| UINT8 | m_TestBit |
Definition at line 41 of file bitsetd64.h.
| BITSET_DEQUE64::ITERATOR::ITERATOR | ( | const BITSET_DEQUE64 * | BitSet, | |
| bool | testvalue | |||
| ) | [private] |
| BITSET_DEQUE64::ITERATOR::ITERATOR | ( | const BITSET_DEQUE64 * | BitSet | ) | [private] |
| INT64 BITSET_DEQUE64::ITERATOR::operator * | ( | ) | const [inline] |
Definition at line 45 of file bitsetd64.h.
| BITSET_DEQUE64::ITERATOR::operator INT64 | ( | ) | const [inline] |
Definition at line 49 of file bitsetd64.h.
| bool BITSET_DEQUE64::ITERATOR::operator!= | ( | const ITERATOR & | rhs | ) | const [inline] |
Definition at line 62 of file bitsetd64.h.
| ITERATOR& BITSET_DEQUE64::ITERATOR::operator++ | ( | ) |
| bool BITSET_DEQUE64::ITERATOR::operator== | ( | const ITERATOR & | rhs | ) | const [inline] |
Definition at line 57 of file bitsetd64.h.
const BITSET_DEQUE64* BITSET_DEQUE64::ITERATOR::m_BitSet [private] |
Definition at line 67 of file bitsetd64.h.
Definition at line 68 of file bitsetd64.h.
UINT8 BITSET_DEQUE64::ITERATOR::m_SkipByte [private] |
Definition at line 70 of file bitsetd64.h.
UINT8 BITSET_DEQUE64::ITERATOR::m_TestBit [private] |
Definition at line 69 of file bitsetd64.h.
1.5.2