aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-04-15 10:10:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-04-15 10:10:34 +0200
commit3834909317a6e83b406b6063285a64e02df80ee6 (patch)
tree1aed0cc75a9084c94e000d618a3e2f8786a09b39
parent71113814f953b839c2ce2608376a9699f32f8969 (diff)
Make resetting functions from graph public
-rw-r--r--xsd-frontend/semantic-graph/schema.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/xsd-frontend/semantic-graph/schema.hxx b/xsd-frontend/semantic-graph/schema.hxx
index 78f51cc..48d457d 100644
--- a/xsd-frontend/semantic-graph/schema.hxx
+++ b/xsd-frontend/semantic-graph/schema.hxx
@@ -188,6 +188,11 @@ namespace XSDFrontend
public:
using Bits::Graph<SemanticGraph::Node, Edge>::new_edge;
+ using Bits::Graph<SemanticGraph::Node, Edge>::reset_left_node;
+ using Bits::Graph<SemanticGraph::Node, Edge>::reset_right_node;
+ using Bits::Graph<SemanticGraph::Node, Edge>::add_edge_left;
+ using Bits::Graph<SemanticGraph::Node, Edge>::add_edge_right;
+ using Bits::Graph<SemanticGraph::Node, Edge>::delete_node;
using Bits::Graph<SemanticGraph::Node, Edge>::delete_edge;
template <typename T>