![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
The thin ReadLine wrapper class interface. More...
#include <sys/types.h>#include <unistd.h>#include <errno.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <time.h>#include <iostream>#include <string>#include <vector>#include <readline/readline.h>#include <readline/history.h>#include "rnr/appkit/StringTheory.h"Go to the source code of this file.
Classes | |
| class | rnr::cmd::ReadLine |
| ReadLine class provides a C++ wrapper around the readline C library. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
| rnr::cmd | |
| Commands. | |
Variables | |
| static const char * | rnr::cmd::RlTabEnd = "" |
| no more matches value (empty string) | |
The thin ReadLine wrapper class interface.
ReadLine provides a wrapper around the readline command-line C library.
Definition in file ReadLine.h.