libwolfram20

◆ WASubpod() [1/2]

WASubpod::WASubpod ( const WASubpod old)

Copy constructor.

Parameters
[in]oldObject to copy
17 {
18 this->_title = old._title;
19 this->_plain = old._plain;
20 this->_img = nullptr;
21 if (old._img != nullptr) this->_img = new WAImage(*old._img);
22}
Wolfram API image.
Definition: WAImage.h:24
WAImage * _img
Included img block.
Definition: WASubpod.h:41
std::string _title
TODO.
Definition: WASubpod.h:39
std::string _plain
TODO.
Definition: WASubpod.h:40