![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
The ReadLine wrapper class implementaion. More...
#include <sys/types.h>#include <unistd.h>#include <errno.h>#include <assert.h>#include <string.h>#include <stdlib.h>#include <time.h>#include <sstream>#include <iostream>#include <string>#include <vector>#include <cctype>#include <locale>#include <readline/readline.h>#include <readline/history.h>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/StringTheory.h"#include "rnr/appkit/ReadLine.h"Go to the source code of this file.
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
| rnr::cmd | |
| Commands. | |
The ReadLine wrapper class implementaion.
ReadLine provides a wrapper around the readline command-line C library.
Definition in file ReadLine.cxx.