From boris at codesynthesis.com Tue Feb 2 07:58:37 2016 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Feb 2 07:58:41 2016 Subject: [xsde-users] non-default constructors In-Reply-To: <5DF07A4A01564042B4D8AD16AB55D03F9BB5480B@servex10.Service.asp> References: <5DF07A4A01564042B4D8AD16AB55D03F9BB5480B@servex10.Service.asp> Message-ID: Hi Oliver, Jones Oliver writes: > Can you tell me if there is a way to generate the non-default constructors, > i.e. ones that set the members of the class. No, there is no such support currently. This has been requested a few times and we may implement it in the future, though it will only be for STL-enabled configurations. The concern is the complexity: if you look at this logic in XSD (which does this), it gets pretty hairy. Things like bases, polymorphism, etc., will all interact with this. Boris