Package namespace for BDEX streaming components.
Namespaces
Name |
Description |
This namespace facilitates unexternalization of all BDEX‐compliant types in a type‐independent manner. The unexternalization functions are overloaded for fundamental types, enumeration types, |
|
Namespace for type‐independent externalization of BDEX‐compliant types. |
|
Namespace for computing BDEX version information for externalizable types. |
Types
Name |
Description |
This class provides input methods to unexternalize values, and C‐style arrays of values, of the fundamental integral and floating‐point types, as well as |
|
This class provides output methods to externalize values, and C‐style arrays of values, of the fundamental integral and floating‐point types, as well as |
|
This class provides input methods to unexternalize values, and C‐style arrays of values, of the fundamental integral and floating‐point types, as well as |
|
This class provides output methods to externalize values, and C‐style arrays of values, of the fundamental integral and floating‐point types, as well as |
|
This |
|
This class provides input methods to unexternalize values, and C‐style arrays of values, of fundamental types from their byte representations. Each input method also verifies the input value type. By default, if invalid data is detected, error messages are displayed on |
|
This class defines an exception object for unexternalization operations. Instances of this class contain information about an unexternalization request. |
|
This class provides a proxy to the test stream that is supplied to the |
|
This class provides a common base class for the parameterized |
|
This class implements output methods to externalize fundamental types and their associated type identification data. It stores the accumulated result in network byte order. See the |
|
This |
|
This class is used to perform function overload resolution for types that do not have BDEX versions. This class contains no interface or implementation by design. |
|
This class is used to perform function overload resolution for types that have BDEX versions. This class contains no interface or implementation by design. |
|
This |
Type Aliases
Name |
Description |
This class facilitates the unexternalization of values (and C‐style arrays of values) of the fundamental integral and floating‐point types in a data‐independent, platform‐neutral representation. It is currently a |
|
This class facilitates the externalization of values (and C‐style arrays of values) of the fundamental integral and floating‐point types in a data‐independent, platform‐neutral representation. It is currently a |
Functions
Name |
Description |
Return, by value, a test stream proxy for the specified parameterized |
|
Right shift operators |
|
Stream insertion operators |
Created with MrDocs