This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Methods and other improvments #3
Loara
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the
2.0version some backward incompatible changes are added to this new version, in particular the internal organization of objects is adjusted. So objects created with a preceding version of this packages won't work very well with functions and other objects created with version2.0oflt3rawobjects. If after the upgrade you find undocumented issues please open a new issue or tell me more in a new discussion.In this new version you can define also methods inside your objects. Methods are simply functions bounded to container objects like member variables. Currently methods can be only near constants or remote constants, but in future releases mutable methods may be introduced.
For this reason names of functions working with constant members are changed in order to better distinguish constant members and constant methods, For example inside library functions names keywords
nconstandrconstare replaced respectively withncmemberandrcmember. Other modifications can be found inside the documentation page.Other functionalities:
\object_test_proxyto test if an object is generated from the specified proxy;This discussion was created from the release Methods and other improvments.
Beta Was this translation helpful? Give feedback.
All reactions