[xsde-users] possible bug or misunderstanding/setup issue?

Boris Kolpackov boris at codesynthesis.com
Tue Dec 30 09:28:43 EST 2014


Hi Jim,

Jim Dattolo <jdattolo at dekaresearch.com> writes:

> Why are the anon types being called by the local name in the .cxx file
> at the definition time and not a class name with a incrementing number
> in it which then is referenced in the upper class by the local name?

Because that would be ugly ;-).


> Is there a xsde compiler switch/option that I am lacking?

Yes, it is called --anonymous-regex. The compiler manual has more
information on it:

http://www.codesynthesis.com/projects/xsde/documentation/xsde.xhtml

A regex like this should do the trick in your case:

%.* .* (.+/)*(.+)%$1$2%

Boris



More information about the xsde-users mailing list