10 #ifndef UI_GXML_UTIL_HPP
11 #define UI_GXML_UTIL_HPP
17 #include <libxml/globals.h>
20 #include <ui-utilcpp/Misc.hpp>
32 :
UI::Util::auto_base<P>(p)
38 xmlFree(UI::Util::auto_base<P>::p_);
Control freeing of memory via xmlFree.
Definition: Util.hpp:27
Namespace for all Schlund+Partner Code.
Definition: Buffer.cpp:30
auto_xmlfree(P *const p)
Control this memory allocated via std::*alloc.
Definition: Util.hpp:31
virtual ~auto_xmlfree()
Free memory via std::free.
Definition: Util.hpp:36