appkit  1.5.1
RoadNarrows Robotics Application Kit
ReadLine.h File Reference

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)
 

Detailed Description

The thin ReadLine wrapper class interface.

ReadLine provides a wrapper around the readline command-line C library.

Note
Define HAVE_READLINE to compile interface with the libreadline library.
Author
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)
Copyright
© 2011-2017. RoadNarrows LLC.
http://www.roadnarrows.com
All Rights Reserved
Licence:
MIT

Definition in file ReadLine.h.