-
Hi The spart pointer adapter works only for std::shared_ptr but not for std::shared_ptr. Also how can I map an internal type in the library created from a macro below to a smart pointer type. #define CTP_DECLARE_PTR(x) where "MyObjectCPtr" type in C++ is actually "std::shared_ptr" but it's not picked up by the parser and a type MyObjectCPtr is used instead. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
We can still use |
Beta Was this translation helpful? Give feedback.
We can still use
@SharedPtr
on those types, it will work fine.