GDAL
|
Manage a tree of XML nodes so that all nodes are freed when the instance goes out of scope. More...
#include <cpl_minixml.h>
Public Member Functions | |
CPLXMLTreeCloser (CPLXMLNode *data) | |
Constructor. | |
~CPLXMLTreeCloser () | |
Destructor. | |
CPLXMLNode * | get () const |
Returns the node pointer/ Modifying the contents pointed to by the return is allowed. More... | |
CPLXMLNode * | operator-> () const |
Returns the node pointer/ Modifying the contents pointed to by the return is allowed. More... | |
Manage a tree of XML nodes so that all nodes are freed when the instance goes out of scope.
Only the top level node should be in a CPLXMLTreeCloser.
|
inline |
Returns the node pointer/ Modifying the contents pointed to by the return is allowed.
|
inline |
Returns the node pointer/ Modifying the contents pointed to by the return is allowed.