libwolfram20

◆ getPods()

std::vector< WAPod > WAResult::getPods ( )

Returns the getted array of Pods of the previous query.

Precondition
Call parse
Returns
Getted Pods
139 {
140 return this->_pods;
141}
std::vector< WAPod > _pods
All the results of the query.
Definition: WAResult.h:62