Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
OnigCaptureTreeNodeStruct Struct Reference

#include <oniguruma.h>

Data Fields

int group
 
OnigPosition beg
 
OnigPosition end
 
int allocated
 
int num_childs
 
struct OnigCaptureTreeNodeStruct ** childs
 

Detailed Description

Definition at line 604 of file oniguruma.h.

Field Documentation

◆ allocated

int OnigCaptureTreeNodeStruct::allocated

Definition at line 608 of file oniguruma.h.

◆ beg

OnigPosition OnigCaptureTreeNodeStruct::beg

Definition at line 606 of file oniguruma.h.

Referenced by match_at().

◆ childs

struct OnigCaptureTreeNodeStruct** OnigCaptureTreeNodeStruct::childs

Definition at line 610 of file oniguruma.h.

◆ end

OnigPosition OnigCaptureTreeNodeStruct::end

Definition at line 607 of file oniguruma.h.

Referenced by match_at().

◆ group

int OnigCaptureTreeNodeStruct::group

Definition at line 605 of file oniguruma.h.

Referenced by match_at().

◆ num_childs

int OnigCaptureTreeNodeStruct::num_childs

Definition at line 609 of file oniguruma.h.


The documentation for this struct was generated from the following file: