aboutsummaryrefslogtreecommitdiff
path: root/odb/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-15 12:36:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-15 12:36:53 +0200
commite78db08d98d5adb4dee3006eea8c3569e383c562 (patch)
tree4df1473c158d69ee7b53c75cc61f1a282b72da99 /odb/common.hxx
parentbbc39ffe31c67506b4c03fc56fa3adcb925b6325 (diff)
Add points_to pragma
Currently does not support containers.
Diffstat (limited to 'odb/common.hxx')
-rw-r--r--odb/common.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/common.hxx b/odb/common.hxx
index b3a71ce..277c0e3 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -189,6 +189,9 @@ struct object_columns_base: traversal::class_, virtual context
virtual void
traverse_pointer (semantics::data_member&, semantics::class_&);
+ virtual void
+ traverse_points_to (semantics::data_member&, semantics::class_&);
+
// If you override this function, you can call the base to traverse
// bases and members. The first argument is the data member and can
// be NULL if we are traversing the root type or a base. The second