Skip to content

Conversation

@duncanpo
Copy link
Member

Exporters, processors (or readers), view, samplers are all backed by a C++ proxy. It makes sense for them to be handle classes because of their proxies.
It is possible to make them to behave completely like a value class, by creating new proxies everything their properties are changed. But that would results in more code and therefore more maintenance, for little gain.
Fixes #202

@duncanpo duncanpo self-assigned this Jan 16, 2026
@duncanpo duncanpo merged commit 0ef3d29 into main Jan 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

exporter classes show handle class behaviors

2 participants