summaryrefslogtreecommitdiff
path: root/src/expr/node_manager.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-10-31 10:45:27 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-10-31 10:45:27 -0500
commit3506b13f4d298095e8405b32b05e838f17dbe809 (patch)
tree96cfbaabd076c54f367cbc8b3d3560f5acda1f2b /src/expr/node_manager.h
parentb1dea08db5a965d8d9d6f38bd05c280a8a126352 (diff)
Minor refactoring in preparation for datatypes node cycle breaking.
Diffstat (limited to 'src/expr/node_manager.h')
-rw-r--r--src/expr/node_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index 3c3636d5f..aa78c9627 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -165,6 +165,9 @@ class NodeManager {
* A list of subscribers for NodeManager events.
*/
std::vector<NodeManagerListener*> d_listeners;
+
+ /** A list of datatypes owned by this node manager. */
+ std::vector<Datatype*> d_ownedDatatypes;
/**
* A map of tuple and record types to their corresponding datatype.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback