maxon.RegistryEntryIteratorInterface

Description

RegistryEntryIteratorInterface is used internally by Registry.Iterator().

Warning

This function is only there to expose a C++ Object to Python.
As a Python developer you normally don’t have to deal with this function.

Inheritance diagram

Inheritance

Parent Class:

Methods Signature

Free()

Free the resource used by the iterator.

GetEntry()

Retrieve the current entry

GetId()

Returns the maxon.Id.

HasValue()

True if the object still contains value to iterate.

MoveToNext()

Move to the next entry from the maxon.DataDictionary.

SetReturnType(returnType)

__del__()

__iter__()

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

Returns the maxon.Id.

Returns

The id

Return type

maxon.Id

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.