Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <onigmo.h>
Data Fields | |
int | group |
OnigPosition | beg |
OnigPosition | end |
int | allocated |
int | num_childs |
struct OnigCaptureTreeNodeStruct ** | childs |
int OnigCaptureTreeNodeStruct::allocated |
Definition at line 708 of file onigmo.h.
Referenced by is_mbc_newline_ex().
OnigPosition OnigCaptureTreeNodeStruct::beg |
Definition at line 706 of file onigmo.h.
Referenced by is_mbc_newline_ex(), and match_at().
struct OnigCaptureTreeNodeStruct** OnigCaptureTreeNodeStruct::childs |
Definition at line 710 of file onigmo.h.
Referenced by is_mbc_newline_ex().
OnigPosition OnigCaptureTreeNodeStruct::end |
Definition at line 707 of file onigmo.h.
Referenced by is_mbc_newline_ex(), and match_at().
int OnigCaptureTreeNodeStruct::group |
Definition at line 705 of file onigmo.h.
Referenced by is_mbc_newline_ex(), and match_at().
int OnigCaptureTreeNodeStruct::num_childs |
Definition at line 709 of file onigmo.h.
Referenced by is_mbc_newline_ex().