Go to the source code of this file.
Classes | |
class | AttributeAccessorImpl |
AttributeAccessorImpl is a common base for all implementations of the AttributeAccessor interface. More... | |
class | FixedWidthAccessor |
FixedWidthAccessor accesses NOT NULL fixed width attributes. More... | |
class | FixedWidthNetworkAccessor16 |
FixedWidthNetworkAccessor16 accesses NOT NULL fixed width 16-bit attributes in network byte order. More... | |
class | FixedWidthNetworkAccessor32 |
FixedWidthNetworkAccessor32 accesses NOT NULL fixed width 32-bit attributes in network byte order. More... | |
class | FixedWidthNetworkAccessor64 |
FixedWidthNetworkAccessor64 accesses NOT NULL fixed width 64-bit attributes in network byte order. More... | |
class | FixedOffsetVarWidthAccessor< network > |
FixedOffsetVarWidthAccessor accesses the first variable-width attribute if it is NOT NULL. More... | |
class | VarOffsetAccessor< network > |
VarOffsetAccessor accesses subsequent variable-width attributes that are NOT NULL. More... | |
class | BitAccessor |
BitAccessor accesses NOT NULL bit attributes. More... | |
class | NullableAccessor< Accessor > |