#include <trie.h>
◆ Node()
◆ ~Node()
◆ addNode()
Node * teditor::Node::addNode |
( |
const std::string & |
key | ) |
|
◆ clear()
void teditor::Node::clear |
( |
| ) |
|
◆ data()
const std::string& teditor::Node::data |
( |
| ) |
|
|
inline |
◆ delNode()
void teditor::Node::delNode |
( |
const Strings & |
keys, |
|
|
size_t |
pos |
|
) |
| |
◆ getNode()
Node * teditor::Node::getNode |
( |
const std::string & |
key | ) |
|
◆ leaf()
bool teditor::Node::leaf |
( |
| ) |
const |
|
inline |
◆ makeLeaf()
void teditor::Node::makeLeaf |
( |
const std::string & |
d | ) |
|
The documentation for this class was generated from the following files: