libwolfram20

◆ addExcludePodID()

void WAQuery::addExcludePodID ( std::string  podid)

Removing an id config.

Parameters
[in]podidString of id
185 {
186 this->_excludePodIDs.push_back(podid);
187}
std::vector< std::string > _excludePodIDs
Specifies a pod ID to exclude from the result.
Definition: WAQuery.h:149