summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/cli.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-19 11:44:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-19 11:44:48 +0200
commit3bf42ed8ccc93a3ff5fdabb9153b887018075acc (patch)
tree19608b70275324a6e49f7f013ddff912b26128d4 /xsd/cxx/tree/cli.hxx
parent4257e28e3bbb92042f5a1db05eba17d7b2a3b151 (diff)
Add support for selective polymorphic in C++/Tree
New options: --polymorphic-type, --polymorphic-type-all.
Diffstat (limited to 'xsd/cxx/tree/cli.hxx')
-rw-r--r--xsd/cxx/tree/cli.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsd/cxx/tree/cli.hxx b/xsd/cxx/tree/cli.hxx
index 538c10b..c4294b6 100644
--- a/xsd/cxx/tree/cli.hxx
+++ b/xsd/cxx/tree/cli.hxx
@@ -27,6 +27,8 @@ namespace CXX
extern Key char_encoding;
extern Key output_dir;
extern Key generate_polymorphic;
+ extern Key polymorphic_type;
+ extern Key polymorphic_type_all;
extern Key generate_serialization;
extern Key generate_inline;
extern Key generate_ostream;
@@ -123,6 +125,8 @@ namespace CXX
char_encoding, NarrowString,
output_dir, NarrowString,
generate_polymorphic, Boolean,
+ polymorphic_type, Cult::Containers::Vector<NarrowString>,
+ polymorphic_type_all, Boolean,
generate_serialization, Boolean,
generate_inline, Boolean,
generate_ostream, Boolean,