From e78db08d98d5adb4dee3006eea8c3569e383c562 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Jun 2015 12:36:53 +0200 Subject: Add points_to pragma Currently does not support containers. --- odb/common.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/common.hxx') 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 -- cgit v1.1