#include <regexp_match.h>
Public Member Functions | |
Construction | |
| CL_RegExpMatch () | |
| CL_RegExpMatch (const CL_RegExpMatch &other) | |
| Constructs a RegExpMatch. | |
| ~CL_RegExpMatch () | |
Attributes | |
| const int * | get_vector () const |
| int * | get_vector () |
| Get Vector. | |
| int | get_vector_size () const |
| Get Vector size. | |
| CL_StringRef8 | get_capture (const char *subject, int capture) const |
| Get capture. | |
| CL_StringRef8 | get_capture (const CL_StringRef8 &subject, int capture) const |
| Get capture. | |
| int | get_capture_pos (int capture) const |
| Get capture pos. | |
| int | get_capture_length (int capture) const |
| Get capture length. | |
| int | get_capture_end (int capture) const |
| Get capture end. | |
| int | get_captures_count () const |
| Get Captures count. | |
| bool | is_partial () const |
| Is Partial. | |
| bool | is_match () const |
| Is Match. | |
Operations | |
| CL_RegExpMatch & | operator= (const CL_RegExpMatch &other) |
| void | set_vector_size (int size) |
| Set vector size. | |
| void | set_captures_count (int count) |
| Set captures count. | |
| void | set_partial_match (bool partial) |
| Set partial match. | |
|
|
|
|
|
Constructs a RegExpMatch.
|
|
|
|
|
||||||||||||
|
Get capture.
|
|
||||||||||||
|
Get capture.
|
|
|
Get capture end.
|
|
|
Get capture length.
|
|
|
Get capture pos.
|
|
|
Get Captures count.
|
|
|
Get Vector.
|
|
|
|
|
|
Get Vector size.
|
|
|
Is Match.
|
|
|
Is Partial.
|
|
|
|
|
|
Set captures count.
|
|
|
Set partial match.
|
|
|
Set vector size.
|
1.4.6