ACE 8.0.0
|
#include <CDR_Base.h>
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef Octet | value_type |
typedef std::ptrdiff_t | difference_type |
typedef Octet * | pointer |
typedef Octet & | reference |
Public Member Functions | |
ConstIterator (const Fixed *outer, int digit=0) | |
Octet | operator* () |
ConstIterator & | operator+= (std::ptrdiff_t n) |
ConstIterator & | operator++ () |
ConstIterator | operator++ (int) |
ConstIterator & | operator-- () |
ConstIterator | operator-- (int) |
bool | operator== (const ConstIterator &rhs) const |
bool | operator!= (const ConstIterator &rhs) const |
Private Attributes | |
const Fixed * | outer_ |
Additional Inherited Members | |
![]() | |
IteratorBase (int digit) | |
bool | high_nibble () const |
Octet & | storage (Fixed *outer) const |
Octet | storage (const Fixed *outer) const |
bool | compare (const IteratorBase &rhs) const |
![]() | |
int | digit_ |
typedef std::ptrdiff_t ACE_CDR::Fixed::ConstIterator::difference_type |
typedef std::bidirectional_iterator_tag ACE_CDR::Fixed::ConstIterator::iterator_category |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |