appkit  1.5.1
RoadNarrows Robotics Application Kit
ReadLine.cxx File Reference

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.
 

Detailed Description

The ReadLine wrapper class implementaion.

ReadLine provides a wrapper around the readline command-line C 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.cxx.