YAMI4 - C++ general-purpose interface
|
Iterator class for inspecting entries in the collection. More...
#include <parameters.h>
Iterator class for inspecting entries in the collection.
This iterator is of the InputIterator category, except for the operator->
, which is not supported (the parameter_entry is a proxy object that is created on the fly and it is not possible to return its address).