#include <math.h>
#include <pcre.h>
#include <string>
#include <iostream>
#include <vector>
#include <map>
#include "ionflux/tools.hpp"
#include "ionflux/Tree.hpp"
Include dependency graph for RegExp.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Ionflux |
namespace | Ionflux::Tools |
Classes | |
class | Ionflux::Tools::RegExp |
Regular expression matching. More... | |
Typedefs | |
typedef std::vector< std::string > | Ionflux::Tools::ReMatch |
Set of matched subpatterns. | |
typedef std::vector< ReMatch > | Ionflux::Tools::ReMatchSet |
Set of several sets of matched subpatterns. |