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

Data Fields

unsigned long flags
 
VALUE str
 
long prev
 
long curr
 
struct re_registers regs
 

Detailed Description

Definition at line 26 of file strscan.c.

Field Documentation

◆ curr

long strscanner::curr

Definition at line 37 of file strscan.c.

Referenced by strscan_init_copy().

◆ flags

unsigned long strscanner::flags

Definition at line 29 of file strscan.c.

Referenced by strscan_init_copy().

◆ prev

long strscanner::prev

Definition at line 36 of file strscan.c.

Referenced by strscan_init_copy().

◆ regs

struct re_registers strscanner::regs

Definition at line 40 of file strscan.c.

Referenced by strscan_init_copy().

◆ str

VALUE strscanner::str

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