BDE 4.14.0 Production release
|
Provide a class describing a block of memory.
This component defines an in-core value-semantic class for describing a block of memory, namely bdlma::MemoryBlockDescriptor
. Each descriptor object contains the address of the block of memory and the size of the block. The distinguished "null" descriptor contains an address and a size that are both 0.
This section illustrates intended use of this component.
This example demonstrates how to create and test the state of a bdlma::MemoryBlockDescriptor
.