libwolfram20

◆ getTitle()

std::string WAPod::getTitle ( )

Returns a 'title' attribute of Pod.

Returns
title
58 {
59 return this->_title;
60}
std::string _title
The pod title, used to identify the pod and its contents.
Definition: WAPod.h:45