![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
The Regular Expression Class interface. More...
#include <sys/types.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <regex.h>#include <iostream>#include <string>#include <vector>#include "rnr/rnrconfig.h"Go to the source code of this file.
Classes | |
| class | rnr::RegEx |
| Regular Express Class. More... | |
| struct | rnr::RegEx::ReMatch |
| Regular expression match structure. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
Functions | |
| std::ostream & | rnr::operator<< (std::ostream &os, const RegEx &re) |
| Insert object into output stream. More... | |
| std::istream & | rnr::operator>> (std::istream &is, RegEx &re) |
| Extract from input stream to object. More... | |
The Regular Expression Class interface.
RegEx provides a wrapper around the regex C library calls. See REGEX(3) man page.
Definition in file RegEx.h.