YAMI4 - C++ general-purpose interface
yami::parameters::iterator Class Reference

Iterator class for inspecting entries in the collection. More...

#include <parameters.h>

List of all members.


Detailed Description

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).