|
|||
|
|||
|


Public Member Functions | |
| PCRERegex (const std::string &rx, InspIRCd *Me) | |
| virtual | ~PCRERegex () |
| virtual bool | Matches (const std::string &text) |
Private Attributes | |
| pcre * | regex |
Definition at line 36 of file m_regex_pcre.cpp.
|
||||||||||||
|
Definition at line 42 of file m_regex_pcre.cpp. References DEBUG, LogManager::Log(), InspIRCd::Logs, and regex. |
|
|
Definition at line 54 of file m_regex_pcre.cpp. References regex. |
|
|
Implements Regex. Definition at line 59 of file m_regex_pcre.cpp. References regex. |
|
|
Definition at line 39 of file m_regex_pcre.cpp. Referenced by Matches(), PCRERegex(), and ~PCRERegex(). |