[xsde-users] Using auto_ptr for passing shared objects

Andrey Filimonov andrey.v.filimonov at gmail.com
Tue Nov 17 06:19:19 EST 2015


Hello,
I continue comparing parser/serializer implementations created by XSD and
XSDe.
Code generated by XSD uses auto_ptr to pass shared objects.
In spite of the fact that the implementation is generated by XSDe without
--no-stl parameter, raw pointers are used to pass objects in the same
circumstances.

Is there a way to create code using auto_ptr instead of raw pointers?

Andrey.


More information about the xsde-users mailing list