teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Public Member Functions | List of all members
teditor::Trie Class Reference

#include <trie.h>

Public Member Functions

 Trie ()
 
 ~Trie ()
 
void add (const std::string &keys, const std::string &str)
 
void del (const std::string &keys)
 
NodegetRoot ()
 
void clear ()
 

Constructor & Destructor Documentation

◆ Trie()

teditor::Trie::Trie ( )
inline

◆ ~Trie()

teditor::Trie::~Trie ( )

Member Function Documentation

◆ add()

void teditor::Trie::add ( const std::string &  keys,
const std::string &  str 
)

◆ clear()

void teditor::Trie::clear ( )
inline

◆ del()

void teditor::Trie::del ( const std::string &  keys)

◆ getRoot()

Node* teditor::Trie::getRoot ( )
inline

The documentation for this class was generated from the following files: