Anope IRC Services
Version 2.0
|
Public Member Functions | |
TRERegex (const Anope::string &expr) | |
~TRERegex () | |
bool | Matches (const Anope::string &str) |
![]() | |
virtual | ~Regex () |
const Anope::string & | GetExpression () |
Private Attributes | |
regex_t | regbuf |
Additional Inherited Members | |
![]() | |
Regex (const Anope::string &expr) | |
Definition at line 6 of file m_regex_tre.cpp.
|
inline |
Definition at line 11 of file m_regex_tre.cpp.
References BUFSIZE, and Anope::string::c_str().
Referenced by TRERegexProvider::Compile().
|
inline |
Definition at line 23 of file m_regex_tre.cpp.
|
inlinevirtual |
|
private |
Definition at line 8 of file m_regex_tre.cpp.