XmlData::adoptBuffer()

#include <DbXml.hpp>

void XmlData::adoptBuffer(XmlData &src)

Takes ownership of the buffer in src, leaving src with an empty buffer.

Parameters

src

The XmlData object from which to take the buffer.

Class

XmlData

See Also

XmlData Methods