aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index fc1b3bd..7c7ca71 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -712,6 +712,13 @@ public:
static string
strlit (string const&);
+public:
+ // Generate explicit instantiation headers with all the necessary
+ // extern and export symbols.
+ //
+ void
+ inst_header (bool decl);
+
// Counts and other information.
//
public:
@@ -964,6 +971,8 @@ protected:
semantics::class_* top_object_;
semantics::class_* cur_object_;
+ string exp_;
+
keyword_set_type keyword_set_;
type_map_type type_map_;
@@ -984,6 +993,8 @@ public:
features_type& features;
database const db;
+ string& exp;
+
keyword_set_type const& keyword_set;
regex_mapping const& include_regex;