MPD
0.20.18
|
#include <ixml.h>
#include <memory>
Go to the source code of this file.
Data Structures | |
struct | UpnpIxmlDeleter |
Typedefs | |
typedef std::unique_ptr< IXML_Document, UpnpIxmlDeleter > | UniqueIxmlDocument |
typedef std::unique_ptr< IXML_NodeList, UpnpIxmlDeleter > | UniqueIxmlNodeList |
typedef std::unique_ptr<IXML_Document, UpnpIxmlDeleter> UniqueIxmlDocument |
Definition at line 37 of file UniqueIxml.hxx.
typedef std::unique_ptr<IXML_NodeList, UpnpIxmlDeleter> UniqueIxmlNodeList |
Definition at line 38 of file UniqueIxml.hxx.