Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
strscanner Struct Reference

Data Fields

unsigned long flags
 
VALUE str
 
long prev
 
long curr
 
struct re_registers regs
 
VALUE regex
 
bool fixed_anchor_p
 

Detailed Description

Definition at line 35 of file strscan.c.

Field Documentation

◆ curr

long strscanner::curr

Definition at line 46 of file strscan.c.

◆ fixed_anchor_p

bool strscanner::fixed_anchor_p

Definition at line 55 of file strscan.c.

◆ flags

unsigned long strscanner::flags

Definition at line 38 of file strscan.c.

◆ prev

long strscanner::prev

Definition at line 45 of file strscan.c.

◆ regex

VALUE strscanner::regex

Definition at line 52 of file strscan.c.

◆ regs

struct re_registers strscanner::regs

Definition at line 49 of file strscan.c.

◆ str

VALUE strscanner::str

Definition at line 42 of file strscan.c.


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