libwolfram20

◆ addPodIndex()

void WAQuery::addPodIndex ( int  podindex)

Adding a string index.

Parameters
[in]podindexString of index
137 {
138 this->_podIndexes.push_back(podindex);
139}
std::vector< int > _podIndexes
Specifies the index(es) of the pod(s) to return.
Definition: WAQuery.h:146