YAMI4 C++ Library 2.0.0
Messaging Solution for Distributed Systems
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
yami::parameters::iterator Class Reference

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

#include <parameters.h>

Public Member Functions

 iterator (core::parameter_iterator it)
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
parameter_entry operator* () const
 

Friends

class parameters
 

Detailed Description

Iterator class for inspecting entries in the collection.

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


The documentation for this class was generated from the following file: