bytedeco / javacpp

The missing bridge between Java and native C++
Other
4.46k stars 581 forks source link

Add info to store iterator mapping #694

Closed HGuillemet closed 1 year ago

HGuillemet commented 1 year ago

Records the mapping for container iterators. Allows to map native functions (other that the container functions) taking or returning such iterators. Presets can always register the info explicitly, in addition to the mapping for the container itself. This PR just makes that systematic.

Mapping is not recorded if an info already exists for the iterator. Maybe we should amend it if it exists instead.