[Ext] Re: [xsd-users] Issues with operator==
Boris Kolpackov
boris at codesynthesis.com
Fri Sep 4 06:24:24 EDT 2026
Nicolas Weidmann <n.weidmann at lombardodier.com> writes:
> Let me know if I have other objects to initialize for my custom types...
I did a search for "_initializer" in libxsd and besides comparison, there
were two more instances:
1. std_ostream_initializer
You only need this if you compile your schemas with --generate-ostream
(to be able to print object model to std::ostream).
2. stream_insertion/extraction_initialize
You only need this if you compile your schemas with --generate-insertion
and/or --generate-extraction (to be able to save object mode to other
formats, such as XDR).
More information about the xsd-users
mailing list