13 #include "regexConfProvider.hpp"
44 const string& identity,
47 std::istringstream& stream,
Provides a regex scanner using predefined regexs.
regexScanner(const string &type, const string &identity, int index=0)
Initialize RegexConfProvider and regex based on type and identity.
void ScanString(const string &str, list< match > &results) const
Scan a string using regex defined during initialization.
Abstract class to provide interface to scanners.
Utilities to help scanners.
list_t type structure used to keep various lists. (e.g. there are multiple lists).