OGR
|
#include <cpl_minixml.h>
Public Member Functions | |
CPLXMLTreeCloser (CPLXMLNode *data) | |
~CPLXMLTreeCloser () | |
CPLXMLNode * | get () const |
CPLXMLNode * | operator-> () const |
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.
|
inlineexplicit |
Constructor
|
inline |
Destructor
References CPLDestroyXMLNode().
|
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.