William S Fulton
|
24a66e6125
|
Add const std::unique_ptr & input typemaps
|
2024-03-06 21:46:58 +00:00 |
William S Fulton
|
846b40793e
|
Add non-const std::unique_ptr & input typemaps
|
2024-03-06 21:46:58 +00:00 |
William S Fulton
|
5712ce6464
|
std::unique_ptr return by reference typemaps added
|
2024-03-06 21:46:58 +00:00 |
William S Fulton
|
3f1e40d2f4
|
Add std::unique_ptr && output typemaps
Move semantics are not supported by default.
They behave as if a lvalue reference was returned.
|
2024-03-06 21:46:58 +00:00 |
William S Fulton
|
ae22a97f1b
|
Movable std::unique_ptr - add std::unique_ptr && typemaps
Closes #2650
|
2024-03-06 21:46:58 +00:00 |
William S Fulton
|
e97181ebc0
|
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
To fix overloading when using these types.
|
2022-09-17 10:23:51 +01:00 |
William S Fulton
|
fe17296eb4
|
Add Javascript support for std::unique_ptr and std::auto_ptr
Equivalent to Ruby/Python implementations.
|
2022-08-04 07:14:30 +01:00 |