RefCountingObject: smart pointer library review.

Started by
1 comment, last by WitchLord 1 year, 6 months ago

Hello,

I implemented a smart pointer system which automates AngelScript reference counting in C++, and I'd like to ask for a code review. I want to know if I'm using AngelScript optimally and there aren't any edge cases where the system could break.

The motivation and usage is described in the README: https://github.com/only-a-ptr/RefCountingObject-AngelScript.​ There is a testbed project which I used to guide the implementation, because I literally learned the AngelScript refcounting on the go and plenty trial and error was involved.

Advertisement

Hi, I took a quick look at it and it looks good. I haven't really done any code review though.

I added a link to it from the resource page on my site so others can more easily find it.

Thanks for sharing it.

Regards,
Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement