Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
StrNode Struct Reference

Data Fields

NodeBase base
UChar * s
UChar * end
unsigned int flag
int capa
UChar buf [NODE_STR_BUF_SIZE]

Detailed Description

Definition at line 170 of file regparse.h.

Field Documentation

◆ base

NodeBase StrNode::base

Definition at line 171 of file regparse.h.

◆ buf

UChar StrNode::buf[NODE_STR_BUF_SIZE]

Definition at line 176 of file regparse.h.

◆ capa

int StrNode::capa

Definition at line 175 of file regparse.h.

◆ end

UChar* StrNode::end

Definition at line 173 of file regparse.h.

◆ flag

unsigned int StrNode::flag

Definition at line 174 of file regparse.h.

◆ s

UChar* StrNode::s

Definition at line 172 of file regparse.h.


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