maxon.RegistryEntryIteratorInterface¶
Description¶
RegistryEntryIteratorInterface is used internally by Registry.Iterator().
Warning
Methods Signature¶
|
Free the resource used by the iterator. |
|
Retrieve the current entry |
|
Returns the |
|
True if the object still contains value to iterate. |
Move to the next entry from the |
|
|
|
|
|
|
Iterates over all elements available in the registry. |
Methods Definition¶
-
static
RegistryEntryIteratorInterface.Free()¶ Free the resource used by the iterator.
-
RegistryEntryIteratorInterface.GetEntry()¶ Retrieve the current entry
- Returns
The value for the current entry.
- Return type
Any
-
RegistryEntryIteratorInterface.HasValue()¶ True if the object still contains value to iterate.
- Returns
True if the object still contains value to iterate.
- Return type
bool
-
RegistryEntryIteratorInterface.MoveToNext()¶ Move to the next entry from the
maxon.DataDictionary.
-
RegistryEntryIteratorInterface.SetReturnType(returnType)¶
-
RegistryEntryIteratorInterface.__del__()¶
-
RegistryEntryIteratorInterface.__iter__()¶ Iterates over all elements available in the registry.