#include <dtd.h>
Inheritance diagram for wxXml2HelpWrapper:
When using the copy constructor of this class, a deep copy will be performed (instead of a light one as done by wxXml2Wrapper).
Public Member Functions | |
wxXml2HelpWrapper () | |
virtual | ~wxXml2HelpWrapper () |
Protected Member Functions | |
virtual void | Destroy ()=0 |
Destroys this object. | |
virtual void | DestroyIfUnlinked () |
Destroys this object only if it is unlinked. | |
void | Link (bool linking=TRUE) |
Marks this element as linked/unlinked. |
wxXml2HelpWrapper::wxXml2HelpWrapper | ( | ) | [inline] |
virtual wxXml2HelpWrapper::~wxXml2HelpWrapper | ( | ) | [inline, virtual] |
virtual void wxXml2HelpWrapper::Destroy | ( | ) | [protected, pure virtual] |
void wxXml2HelpWrapper::DestroyIfUnlinked | ( | ) | [protected, virtual] |
Destroys this object only if it is unlinked.
void wxXml2HelpWrapper::Link | ( | bool | linking = TRUE |
) | [inline, protected] |
Marks this element as linked/unlinked.
Linked objects won't be deleted by the constructor.