#include <opennurbs_xml.h>
◆ operator+=()
◆ _logical
ON__UINT32 ON_XMLNode::CharacterCounts::_logical = 0 |
Number of characters that would have been written if the buffer was big enough. This value does not include the terminator.
◆ _physical
ON__UINT32 ON_XMLNode::CharacterCounts::_physical = 0 |
Number of characters that were physically written. Always zero if max_chars is zero. It is otherwise usually the same as m_logical, but less when the buffer is too small. This value does not include the terminator.
◆ _reserved
ON__UINT64 ON_XMLNode::CharacterCounts::_reserved = 0 |