From 656f2fbecf7f74e497353a4bff902ec16937cfc4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 30 Dec 2002 06:56:13 +0000 Subject: make some static functions members of OBBindings --- src/bindings.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/bindings.hh') diff --git a/src/bindings.hh b/src/bindings.hh index 70b2326d..4545627a 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -46,8 +46,12 @@ public: typedef std::vector StringVect; private: - BindingTree _bindings;// root nodes (these dont have siblings!) + BindingTree _tree;// root node of the tree (this doesn't have siblings!) + int find(BindingTree *search); + bool translate(const std::string &str, Binding &b); + BindingTree *buildtree(const StringVect &keylist, int id); + public: //! Initializes an OBBinding object OBBindings(); -- cgit v1.2.3