|
BDE 4.14.0 Production release
|
Classes | |
| class | AlignedAllocator |
| class | AligningAllocator |
| class | AutoReleaser |
| class | BlockList |
| class | BufferedSequentialAllocator |
| class | BufferedSequentialPool |
| struct | BufferImpUtil |
| class | BufferManager |
| class | ConcurrentAllocatorAdapter |
| class | ConcurrentFixedPool |
| struct | ConcurrentFixedPool_Node |
| class | ConcurrentMultipool |
| class | ConcurrentMultipoolAllocator |
| class | ConcurrentPool |
| class | ConcurrentPoolAllocator |
| class | CountingAllocator |
| class | DefaultDeleter |
| class | Deleter |
| class | Factory |
| class | GuardingAllocator |
| class | HeapBypassAllocator |
| class | InfrequentDeleteBlockList |
| class | LocalBufferedObject |
| class | LocalSequentialAllocator |
| class | ManagedAllocator |
| class | MemoryBlockDescriptor |
| class | Multipool |
| class | MultipoolAllocator |
| class | Pool |
| class | SequentialAllocator |
| class | SequentialPool |
Functions | |
| bool | operator== (const MemoryBlockDescriptor &lhs, const MemoryBlockDescriptor &rhs) |
| bool | operator!= (const MemoryBlockDescriptor &lhs, const MemoryBlockDescriptor &rhs) |
| bool bdlma::operator!= | ( | const MemoryBlockDescriptor & | lhs, |
| const MemoryBlockDescriptor & | rhs | ||
| ) |
Return true if the specified lhs and rhs memory block descriptors do not have the same value and false otherwise. Two descriptors differ in value if they differ in either their address or size.
| bool bdlma::operator== | ( | const MemoryBlockDescriptor & | lhs, |
| const MemoryBlockDescriptor & | rhs | ||
| ) |
Return true if the specified lhs and rhs memory block descriptors have the same value and false otherwise. Two descriptors have the same value if and only if they have the same address and size.