Home
last modified time | relevance | path

Searched refs:XmlizeIndex (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A DXmlize.hpp121 void XmlizeIndex(XmlIO& xml, const char *keytag, T& data) in XmlizeIndex() function
H A DXmlize.h137 void XmlizeIndex(XmlIO& xml, const char *keytag, T& data);
H A DIndex.hpp361 XmlizeIndex<T, Index<T> >(xio, itemtag, *this); in Xmlize()