aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/elements.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/elements.hxx')
-rw-r--r--xsde/cxx/elements.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/xsde/cxx/elements.hxx b/xsde/cxx/elements.hxx
index a708cca..098bd84 100644
--- a/xsde/cxx/elements.hxx
+++ b/xsde/cxx/elements.hxx
@@ -159,6 +159,7 @@ namespace CXX
Containers::Vector<NarrowString> const& include_regex,
Boolean trace_include_regex_,
Boolean inline_,
+ Boolean custom_allocator,
Containers::Vector<NarrowString> const& reserved_name);
protected:
@@ -176,6 +177,7 @@ namespace CXX
type_exp (c.type_exp),
inst_exp (c.inst_exp),
inl (c.inl),
+ custom_alloc (c.custom_alloc),
ns_mapping_cache (c.ns_mapping_cache),
xs_ns_ (c.xs_ns_),
cxx_id_expr (c.cxx_id_expr),
@@ -204,6 +206,7 @@ namespace CXX
type_exp (c.type_exp),
inst_exp (c.inst_exp),
inl (c.inl),
+ custom_alloc (c.custom_alloc),
ns_mapping_cache (c.ns_mapping_cache),
xs_ns_ (c.xs_ns_),
cxx_id_expr (c.cxx_id_expr),
@@ -338,6 +341,8 @@ namespace CXX
String& inst_exp;
String& inl;
+ Boolean custom_alloc;
+
public:
MappingCache& ns_mapping_cache;