I'd like to inherit from the TiXmlPrinter and use its buffer, but the member data is private. Can the private data be changed to protected?
Also, it would be nice if I could pass my own buffer into TiXmlPrinter.
Thanks, Mike
Log in to post a comment.
I'd like to inherit from the TiXmlPrinter and use its buffer, but the member data is private. Can the private data be changed to protected?
Also, it would be nice if I could pass my own buffer into TiXmlPrinter.
Thanks,
Mike