libwolfram20

◆ ~WAPod()

WAPod::~WAPod ( )

Destructor.

It frees the error memory (if any).

33 {
34 delete this->_error;
35}
WAError * _error
Information about the given error; nullptr if no error.
Definition: WAPod.h:44