appkit  1.5.1
RoadNarrows Robotics Application Kit
RegEx.cxx File Reference

The Regular Expression class implementation. More...

#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <regex.h>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <string>
#include <vector>
#include <rnr/rnrconfig.h>
#include <rnr/log.h>
#include "rnr/appkit/RegEx.h"

Go to the source code of this file.

Detailed Description

The Regular Expression class implementation.

RegEx provides a wrapper around the regex C library calls.

Note
Generalized from dynashell_regex.cxx source found in RoadNarrows Robotics Dynamixel SDK package.
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
© 2017-2017. RoadNarrows LLC.
http://www.roadnarrows.com
All Rights Reserved

Definition in file RegEx.cxx.