NamedList parameters iterator.
More...
#include <yateclass.h>
NamedList parameters iterator.
An iterator for NamedString parameters of a NamedList. Fast but unsafe, the list must not be modified during iteration.
◆ NamedIterator() [1/2]
◆ NamedIterator() [2/2]
Copy constructor, points to same list and position as the original
- Parameters
-
original | Iterator to copy from |
◆ eof()
Check if the iteration reached end of the parameters list
◆ get()
Get the current parameter and advance in the list
- Returns
- Pointer to list parameter or NULL if advanced past end (eof)
◆ operator=() [1/2]
Assignment operator, points to same list and position as the original
- Parameters
-
original | Iterator to copy from |
◆ operator=() [2/2]
◆ reset()
Reset the iterator to the first position in the parameters list
The documentation for this class was generated from the following file: