|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <trie.h>
Public Member Functions | |
| Trie () | |
| ~Trie () | |
| void | add (const std::string &keys, const std::string &str) |
| void | del (const std::string &keys) |
| Node * | getRoot () |
| void | clear () |
|
inline |
| teditor::Trie::~Trie | ( | ) |
| void teditor::Trie::add | ( | const std::string & | keys, |
| const std::string & | str | ||
| ) |
|
inline |
| void teditor::Trie::del | ( | const std::string & | keys | ) |
|
inline |
1.8.17