]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TDictionary.hh
Added the completion of the macro's name.
[helm.git] / helm / DEVEL / mathml_editor / src / TDictionary.hh
index f3ad19dc144bc481ef51271d30c1808752edd76f..43c2e51af3f5511d79f45e814918fd1045e2ad37 100644 (file)
@@ -31,6 +31,7 @@
 #include <string>
 #include <vector>
 #include <hash_map>
+#include <list>
 
 #include "dom.hh"
 #include "TToken.hh"
@@ -87,6 +88,7 @@ public:
   void load(const std::string&, const std::string&);
   void load(const DOM::Document&, const std::string& = "");
   const Entry& find(const std::string&) const;
+  std::string complete(const std::string, std::list<std::string>&) const;
 
 private:
   struct StringHash : public std::unary_function< std::string, size_t >