XmlData::reserve()

#include <DbXml.hpp>

void XmlData::reserve(size_t size)

Ensures that the underlying buffer has at least size bytes, starting at offset 0. Existing data is not affected. If buffer expansion is needed and the object is a wrapper an exception is thrown.

Parameters

size

The number of bytes to reserve.

Class

XmlData

See Also

XmlData Methods