|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include <oniguruma.h>
Data Fields | |
| int | group |
| int | beg |
| int | end |
| int | allocated |
| int | num_childs |
| struct OnigCaptureTreeNodeStruct ** | childs |
Definition at line 572 of file oniguruma.h.
| int OnigCaptureTreeNodeStruct::allocated |
Definition at line 576 of file oniguruma.h.
| int OnigCaptureTreeNodeStruct::beg |
Definition at line 574 of file oniguruma.h.
Referenced by match_at().
| struct OnigCaptureTreeNodeStruct** OnigCaptureTreeNodeStruct::childs |
Definition at line 578 of file oniguruma.h.
| int OnigCaptureTreeNodeStruct::end |
Definition at line 575 of file oniguruma.h.
Referenced by match_at().
| int OnigCaptureTreeNodeStruct::group |
Definition at line 573 of file oniguruma.h.
Referenced by match_at().
| int OnigCaptureTreeNodeStruct::num_childs |
Definition at line 577 of file oniguruma.h.
1.8.14