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