mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
[ci skip] OOLua does not support member variables
This commit is contained in:
parent
0d226e183f
commit
845e44ee95
@ -244,7 +244,7 @@ oolua -
|
||||
* Supports not having exceptions or rtti turned on (shiny!)
|
||||
* Poor RAII support: default-construct-and-get style (requires some form of initalization to perform a ``get`` of an object, and it's hard to extend)
|
||||
- The library author has informed me that he does personally advises individuals do not use the ``Table`` abstraction in OOLua... Do I likewise tell people to consider its table abstractions defunct?
|
||||
* It is fast for member function calls, however
|
||||
* Member variables are turned into function calls (``get_x`` and ``set_x`` by default)
|
||||
|
||||
luwra -
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user