Package namespace for BDEX streaming components.
Namespaces
Name |
Description |
Namespace for type‐independent unexternalization of BDEX‐compliant types. |
|
Namespace for type‐independent externalization of BDEX‐compliant types. |
|
Namespace for computing BDEX version information for externalizable types. |
Types
Name |
Description |
Provide a BDEX input stream that unexternalizes values from a byte buffer. |
|
Provide a BDEX output stream that externalizes values to a byte buffer. |
|
Parameterized input stream for unexternalizing fundamental types. |
|
Provide a BDEX output stream that externalizes values to a stream buffer. |
|
Provide utilities for marshalling fundamental types in network byte order. |
|
This class provides a test input stream for BDEX unexternalization. |
|
This class defines an exception object for unexternalization operations. Instances of this class contain information about an unexternalization request. |
|
Proxy for a test stream used by the exception‐test macros. |
|
Common base class for |
|
This class implements a test output stream for BDEX externalization. |
|
This |
|
Tag type for overload resolution of types without BDEX versions. |
|
This class is used to perform function overload resolution for types that have BDEX versions. This class contains no interface or implementation by design. |
|
Namespace for BDEX version queries on non‐fundamental types. |
Type Aliases
Name |
Description |
Input stream that unexternalizes fundamental types from a |
|
Provide a BDEX output stream that externalizes values to a |
Functions
Name |
Description |
Return, by value, a test stream proxy for the specified parameterized |
|
Right shift operators |
|
Stream insertion operators |
Created with MrDocs