C++ LtXmlLib20::CBinaryData
In This Topic
LtXmlLib20::CBinaryData Class
A class to hold binary data that is to be inserted into an XML document
The class holds a pointer to a separate reference counted storage block, this allows the CBinaryData object to be copied by value without the overhead of copying the data contained within it. The storage block is shared until an instance of it attempts to make a change to it, at which time it is copied.
(Basically don't worry about passing at around it its quite efficient!)