XmlValue::getTypeName

#include <DbXml.hpp>

class DbXml::XmlValue {
public:
	...
	std::string getTypeName() const;

	...
};

Returns the string name of the type of the XmlValue.

Class

XmlValue

See Also

XmlValue Methods