Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
OnigMatchArg Struct Reference

#include <regint.h>

Data Fields

void * stack_p
 
size_t stack_n
 
OnigOptionType options
 
OnigRegionregion
 
const UCharstart
 
const UChargpos
 
OnigPosition best_len
 
UCharbest_s
 

Detailed Description

Definition at line 824 of file regint.h.

Field Documentation

◆ best_len

OnigPosition OnigMatchArg::best_len

Definition at line 832 of file regint.h.

Referenced by match_at(), and onig_search_gpos().

◆ best_s

UChar* OnigMatchArg::best_s

Definition at line 833 of file regint.h.

Referenced by match_at(), and onig_search_gpos().

◆ gpos

const UChar* OnigMatchArg::gpos

Definition at line 830 of file regint.h.

Referenced by match_at(), and onig_search_gpos().

◆ options

OnigOptionType OnigMatchArg::options

Definition at line 827 of file regint.h.

Referenced by match_at().

◆ region

OnigRegion* OnigMatchArg::region

Definition at line 828 of file regint.h.

Referenced by match_at().

◆ stack_n

size_t OnigMatchArg::stack_n

Definition at line 826 of file regint.h.

◆ stack_p

void* OnigMatchArg::stack_p

Definition at line 825 of file regint.h.

Referenced by stack_double().

◆ start

const UChar* OnigMatchArg::start

Definition at line 829 of file regint.h.


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