Name-Value pair. More...
#include <NVPtype.hpp>
Public Member Functions | |
NVPtype (const char *name, T value, std::size_t=1) | |
Protected Attributes | |
const xmlChar * | m_name |
xmlNodePtr | m_content |
Friends | |
class | XmlNode |
Name-Value pair.
NVPtype template stores the name-value pair for use in a XML representation.
The value is internally stored in a format usable for serialization. There are specializations for some common data types. There are multiple ways to serialize data types that are not supported by any of the template specializations: