summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
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