ACE
6.3.3
|
#include <CDR_Base.h>
Public Member Functions | |
Iterator (Fixed *outer, int digit=0) | |
Proxy | operator* () |
Iterator & | operator+= (std::ptrdiff_t n) |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
bool | operator== (const Iterator &rhs) const |
bool | operator!= (const Iterator &rhs) const |
Private Attributes | |
Fixed * | outer_ |
Private Attributes inherited from ACE_CDR::Fixed::IteratorBase | |
int | digit_ |
Additional Inherited Members | |
Private Member Functions inherited from ACE_CDR::Fixed::IteratorBase | |
IteratorBase (int digit) | |
bool | high_nibble () const |
Octet & | storage (Fixed *outer) const |
Octet | storage (const Fixed *outer) const |
bool | compare (const IteratorBase &rhs) const |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |