teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Functions | |
const Command & | teditor::getCmd (const std::string &cmd) |
Helper to return the command of interest. More... | |
Strings | teditor::allCmdNames (CmdFilterOp filterOp=defaultCmdFilterOp) |
Accessor function to the list of command names. More... | |
Strings teditor::allCmdNames | ( | CmdFilterOp | filterOp = defaultCmdFilterOp | ) |
Accessor function to the list of command names.
filterOp | filter to be applied on the command names. If the filter returns a true for a given command name, it will be added in the output. |
const Command & teditor::getCmd | ( | const std::string & | cmd | ) |
Helper to return the command of interest.
cmd | name of the command |