Previous Topic: CaBlob

Next Topic: void CaBlob(HINT32 nSize, void * lpData)


void CaBlob(const CaBlob& rBlob)

Copy constructor sets one blob to another. They both point to the same data.

Owning Class

CaBlob

Arguments

const CaBlob& rBlob - the blob to copy

Return Value

None

Notes

Blob does not own this data.

Example

CaBlob b1(b2);

More information: