Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
OnigCaptureTreeNodeStruct Struct Reference

#include <onigmo.h>

Data Fields

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

Detailed Description

Definition at line 704 of file onigmo.h.

Field Documentation

◆ allocated

int OnigCaptureTreeNodeStruct::allocated

Definition at line 708 of file onigmo.h.

◆ beg

OnigPosition OnigCaptureTreeNodeStruct::beg

Definition at line 706 of file onigmo.h.

◆ childs

struct OnigCaptureTreeNodeStruct** OnigCaptureTreeNodeStruct::childs

Definition at line 710 of file onigmo.h.

◆ end

OnigPosition OnigCaptureTreeNodeStruct::end

Definition at line 707 of file onigmo.h.

◆ group

int OnigCaptureTreeNodeStruct::group

Definition at line 705 of file onigmo.h.

◆ num_childs

int OnigCaptureTreeNodeStruct::num_childs

Definition at line 709 of file onigmo.h.


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