aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/cli.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-16 08:16:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-16 08:16:43 +0200
commitbce9d5a76072ec697ef69021818aa68709036da5 (patch)
tree9ec56eff60abacaea121d1602a1e48388ca34216 /xsde/cxx/hybrid/cli.hxx
parentbe19f3aae4e16b4dc9c980cb9b53e807616662ef (diff)
Add support for type customization in C++/Hybrid
examples/cxx/hybrid/custom/wildcard/: new example
Diffstat (limited to 'xsde/cxx/hybrid/cli.hxx')
-rw-r--r--xsde/cxx/hybrid/cli.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/cli.hxx b/xsde/cxx/hybrid/cli.hxx
index 343e53b..0d1ec70 100644
--- a/xsde/cxx/hybrid/cli.hxx
+++ b/xsde/cxx/hybrid/cli.hxx
@@ -43,6 +43,7 @@ namespace CXX
extern Key suppress_reset;
extern Key reuse_style_mixin;
extern Key custom_data;
+ extern Key custom_type;
extern Key custom_parser;
extern Key custom_serializer;
extern Key root_element_first;
@@ -124,6 +125,7 @@ namespace CXX
suppress_reset, Boolean,
reuse_style_mixin, Boolean,
custom_data, Cult::Containers::Vector<NarrowString>,
+ custom_type, Cult::Containers::Vector<NarrowString>,
custom_parser, Cult::Containers::Vector<NarrowString>,
custom_serializer, Cult::Containers::Vector<NarrowString>,
root_element_first, Boolean,