MPD  0.20.18
Data Structures | Typedefs
UniqueIxml.hxx File Reference
#include <ixml.h>
#include <memory>
Include dependency graph for UniqueIxml.hxx:

Go to the source code of this file.

Data Structures

struct  UpnpIxmlDeleter
 

Typedefs

typedef std::unique_ptr< IXML_Document, UpnpIxmlDeleterUniqueIxmlDocument
 
typedef std::unique_ptr< IXML_NodeList, UpnpIxmlDeleterUniqueIxmlNodeList
 

Typedef Documentation

◆ UniqueIxmlDocument

typedef std::unique_ptr<IXML_Document, UpnpIxmlDeleter> UniqueIxmlDocument

Definition at line 37 of file UniqueIxml.hxx.

◆ UniqueIxmlNodeList

typedef std::unique_ptr<IXML_NodeList, UpnpIxmlDeleter> UniqueIxmlNodeList

Definition at line 38 of file UniqueIxml.hxx.