🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

AS IDE

Started by
20 comments, last by Deyja 18 years, 1 month ago
I'm working on a way to do this conversion to string. Unfortunatly, it will only work for C++ types. I'm going to require the types have an operator<<(debug stream,type). I'm not using the normal ostream so that I can differentiate between the kinds of output. As soon as I can figure out how to make it select a default function if the type doesn't have an operator <<.
Advertisement
Perhaps I should clarify. I mean for my WrapperLibrary::Any class. I'm also working on being able to create these given the name of the type as angelscript sees it, while still keeping all the registration seperated out the way I have it now. So it's not all that easy.

This topic is closed to new replies.

Advertisement