Advertisement

AS IDE

Started by May 16, 2006 09:49 AM
20 comments, last by Deyja 18 years, 6 months 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 <<.
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