teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Classes | Namespaces | Enumerations | Functions
key_cmd_map.h File Reference
#include "trie.h"

Go to the source code of this file.

Classes

struct  teditor::KeyCmdPair
 
class  teditor::KeyCmdMap
 

Namespaces

 teditor
 

Enumerations

enum  teditor::TrieStatus { teditor::TS_NULL, teditor::TS_NON_LEAF, teditor::TS_LEAF }
 

Functions

template<typename Keys >
void teditor::populateKeyMap (KeyCmdMap &kcm, bool clear=false)