#include <RageUtil.h>
Public Member Functions | |
| Regex (const CString &pat="") | |
| Regex (const Regex &rhs) | |
| Regex & | operator= (const Regex &rhs) |
| ~Regex () | |
| void | Set (const CString &str) |
| bool | Compare (const CString &str) |
| bool | Compare (const CString &str, vector< CString > &matches) |
Private Member Functions | |
| void | Compile () |
| void | Release () |
Private Attributes | |
| void * | reg |
| unsigned | backrefs |
| CString | pattern |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7