vendredi 17 septembre 2021

Trouble understanding the soap_dom_element destructor

In the gsoap documentation (https://www.genivia.com/doc/dom/html/structsoap__dom__element.html#details) , I see this information for soap_dom_element's destructor.

soap_dom_element::~soap_dom_element (       )   
Destructor (no-op, deletes are done by the managing context of this object)

What does this really mean? Will the destructor work in a soap_dom_element that has been constructed or not. It confuses me when it says it is no-op. Further it says deletes are done by the managing context of this object. Should delete not be done by the destructor. After all that is what the destructor is for.

Aucun commentaire:

Enregistrer un commentaire