summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-19 14:21:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-19 14:21:30 +0200
commit6c01cad9cbfb6e69121d106226b2c50026f86fa9 (patch)
treeb3225c9b113f52cf63ed13ad7ca2be0693f2bd03 /odb/context.hxx
parentab132de5f11e414974cdc0c4b8d85a19792b2e47 (diff)
Use scope and location of db pointer pragma instead of class
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 62054a5..1e6ccae 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -84,6 +84,15 @@ typedef std::vector<semantics::data_member*> data_member_path;
// Semantic graph context types.
//
+// Object or view pointer.
+//
+struct class_pointer
+{
+ std::string name;
+ tree scope;
+ location_t loc;
+};
+
//
//
struct default_value