XmlData::set_size()

#include <DbXml.hpp>

void XmlData::set_size(size_t size)

Sets the size of the data held in the buffer. An exception will be thrown if the size is larger than the buffer.

Parameters

size

Specifies the size of the data in the buffer.

Class

XmlData

See Also

XmlData Methods