LibreOffice Module test (master) 1
Classes | Typedefs
xmldocptr.hxx File Reference
#include <memory>
#include <libxml/tree.h>
Include dependency graph for xmldocptr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xmlDocDeleter
 

Typedefs

using xmlDocUniquePtr = std::unique_ptr< xmlDoc, xmlDocDeleter >
 

Typedef Documentation

◆ xmlDocUniquePtr

using xmlDocUniquePtr = std::unique_ptr<xmlDoc, xmlDocDeleter>

Definition at line 18 of file xmldocptr.hxx.