Missing `Context::Iterator` functions
PDI's Context
class provides a way to iterate on Data_descriptor
s using the Iterator
class. Several API plugin functions are available to the developer, such as Context::begin()
and Context::end()
.
However, the Context::find()
function is not available and would be welcome.
Edited by François-Xavier Mordant