BDE 4.14.0 Production release
|
This is the complete list of members for bdlbb::BlobUtil, including all inherited members.
append(Blob *dest, const Blob &source, int offset, int length) | bdlbb::BlobUtil | static |
append(Blob *dest, const Blob &source, int offset) | bdlbb::BlobUtil | inlinestatic |
append(Blob *dest, const Blob &source) | bdlbb::BlobUtil | inlinestatic |
append(Blob *dest, const char *source, int offset, int length) | bdlbb::BlobUtil | static |
append(Blob *dest, const char *source, int length) | bdlbb::BlobUtil | inlinestatic |
append(Blob *dest, int length, char fill) | bdlbb::BlobUtil | static |
append(Blob *dest, const Blob &source, int offset, int length, bslma::Allocator *) | bdlbb::BlobUtil | inlinestatic |
append(Blob *dest, const Blob &source, int offset, bslma::Allocator *) | bdlbb::BlobUtil | inlinestatic |
append(Blob *dest, const Blob &source, bslma::Allocator *) | bdlbb::BlobUtil | inlinestatic |
appendBufferIfValid(Blob *dest, const BlobBuffer &buffer) | bdlbb::BlobUtil | inlinestatic |
appendBufferIfValid(Blob *dest, bslmf::MovableRef< BlobBuffer > buffer) | bdlbb::BlobUtil | inlinestatic |
appendDataBufferIfValid(Blob *dest, const BlobBuffer &buffer) | bdlbb::BlobUtil | inlinestatic |
appendDataBufferIfValid(Blob *dest, bslmf::MovableRef< BlobBuffer > buffer) | bdlbb::BlobUtil | inlinestatic |
appendWithCapacityBuffer(Blob *dest, BlobBuffer *buffer, const char *source, int length) | bdlbb::BlobUtil | static |
asciiDump(bsl::ostream &stream, const Blob &source) | bdlbb::BlobUtil | static |
asciiDump(bsl::ostream &stream, const Blob &source, int offset, int length) | bdlbb::BlobUtil | static |
compare(const Blob &a, const Blob &b) | bdlbb::BlobUtil | static |
copy(char *dstBuffer, const Blob &srcBlob, int position, int length) | bdlbb::BlobUtil | static |
copy(Blob *dst, int dstOffset, const char *src, int length) | bdlbb::BlobUtil | static |
copy(Blob *dst, int dstOffset, const Blob &src, int srcOffset, int length) | bdlbb::BlobUtil | static |
erase(Blob *blob, int offset, int length) | bdlbb::BlobUtil | static |
findBufferIndexAndOffset(const Blob &blob, int position) | bdlbb::BlobUtil | static |
getContiguousDataBuffer(Blob *blob, int addLength, BlobBufferFactory *factory) | bdlbb::BlobUtil | static |
getContiguousRangeOrCopy(char *dstBuffer, const Blob &srcBlob, int position, int length, int alignment=1) | bdlbb::BlobUtil | static |
hexDump(bsl::ostream &stream, const Blob &source) | bdlbb::BlobUtil | inlinestatic |
hexDump(bsl::ostream &stream, const Blob &source, int offset, int length) | bdlbb::BlobUtil | static |
insert(Blob *dest, int destOffset, const Blob &source, int sourceOffset, int sourceLength) | bdlbb::BlobUtil | static |
insert(Blob *dest, int destOffset, const Blob &source, int sourceOffset) | bdlbb::BlobUtil | inlinestatic |
insert(Blob *dest, int destOffset, const Blob &source) | bdlbb::BlobUtil | inlinestatic |
insertBufferIfValid(Blob *dest, int index, const BlobBuffer &buffer) | bdlbb::BlobUtil | inlinestatic |
insertBufferIfValid(Blob *dest, int index, bslmf::MovableRef< BlobBuffer > buffer) | bdlbb::BlobUtil | inlinestatic |
padToAlignment(Blob *dest, int alignment, char fillChar='\0') | bdlbb::BlobUtil | inlinestatic |
prependDataBufferIfValid(Blob *dest, const BlobBuffer &buffer) | bdlbb::BlobUtil | inlinestatic |
prependDataBufferIfValid(Blob *dest, bslmf::MovableRef< BlobBuffer > buffer) | bdlbb::BlobUtil | inlinestatic |
prependWithCapacityBuffer(Blob *dest, BlobBuffer *buffer, const char *source, int length) | bdlbb::BlobUtil | static |
read(STREAM &stream, Blob *dest, int numBytes) | bdlbb::BlobUtil | static |
write(STREAM &stream, const Blob &source) | bdlbb::BlobUtil | static |
write(STREAM &stream, const Blob &source, int sourcePosition, int numBytes) | bdlbb::BlobUtil | static |