#include <scoped_xml_ptr.h>
Deleter functor for deleting libxml2 pointers. This is used with ScopedXmlPtr.
Definition at line 23 of file scoped_xml_ptr.h.
◆ operator()() [1/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlChar * |
ptr | ) |
const |
|
inline |
◆ operator()() [2/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlDocPtr |
ptr | ) |
const |
|
inline |
◆ operator()() [3/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlNodePtr |
ptr | ) |
const |
|
inline |
◆ operator()() [4/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlOutputBufferPtr |
ptr | ) |
const |
|
inline |
◆ operator()() [5/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlSchemaParserCtxtPtr |
ptr | ) |
const |
|
inline |
◆ operator()() [6/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlSchemaPtr |
ptr | ) |
const |
|
inline |
◆ operator()() [7/7]
| void shaka::xml::XmlDeleter::operator() |
( |
xmlSchemaValidCtxtPtr |
ptr | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: