pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
302 stars 48 forks source link

Additional Proxy functions #101

Closed guruofquality closed 8 years ago

guruofquality commented 8 years ago

Added get and set convenience calls for field accessors. And with variadics added the function call operator. And the string "new" was replaced with "()" for calling the constructor (and potentially other calls through the call operator). This frees up the registered "new" to actually perform allocations as well. The python module was updated with matching call operator support.