libwolfram20

◆ WAPod() [1/3]

WAPod::WAPod ( )

Default constructor.

It sets the error object, just in case

16 {
17 this->_error = nullptr;
18 this->_error = new WAError(0, "Uninitialized WAPod object");
19}
Wolfram API error element.
Definition: WAError.h:20
WAError * _error
Information about the given error; nullptr if no error.
Definition: WAPod.h:44