libvtemm 0.25.0
|
Match - simple class holding match and tag of matched regular expression. More...
#include <libvtemm/match.h>
Public Member Functions | |
Match (const Glib::ustring& text, int tag) | |
The only way to fill Gnome::Vte::Match class. | |
Glib::ustring | get_text () const |
Gets match. | |
int | get_tag () const |
Gets tag. |
Match - simple class holding match and tag of matched regular expression.
Gnome::Vte::Match::Match | ( | const Glib::ustring & | text, |
int | tag | ||
) |
The only way to fill Gnome::Vte::Match class.
text | A match. |
tag | Tag of matched expression. |
int Gnome::Vte::Match::get_tag | ( | ) | const |
Gets tag.
Glib::ustring Gnome::Vte::Match::get_text | ( | ) | const |
Gets match.