From 3bf42ed8ccc93a3ff5fdabb9153b887018075acc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jan 2010 11:44:48 +0200 Subject: Add support for selective polymorphic in C++/Tree New options: --polymorphic-type, --polymorphic-type-all. --- examples/cxx/tree/custom/taxonomy/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/cxx/tree/custom/taxonomy/README') diff --git a/examples/cxx/tree/custom/taxonomy/README b/examples/cxx/tree/custom/taxonomy/README index 356aef4..c2e425a 100644 --- a/examples/cxx/tree/custom/taxonomy/README +++ b/examples/cxx/tree/custom/taxonomy/README @@ -23,7 +23,10 @@ people.cxx object model. These are generated by XSD from people.xsd with the --custom-type option in order to customize the person, superman, and batman types. Generation of the people-fwd.hxx forward declaration - file is requested with the --generate-forward option. + file is requested with the --generate-forward option. Note also that + we use the --generate-polymorphic command line option as well as + --polymorphic-type to mark the type hierarchy starting with the + person type as polymorphic. people-custom-fwd.hxx Header file which forward-declares our own person, superman, and batman -- cgit v1.1