ReactOS 0.4.15-dev-7942-gd23573b
match_state_t Struct Reference

#include <regexp.h>

Collaboration diagram for match_state_t:

Public Attributes

const WCHARcp
 
DWORD match_len
 
DWORD paren_count
 
RECapture parens [1]
 

Detailed Description

Definition at line 46 of file regexp.h.

Member Data Documentation

◆ cp

const WCHAR * match_state_t::cp

Definition at line 47 of file regexp.h.

Referenced by String_split().

◆ match_len

DWORD match_state_t::match_len

Definition at line 48 of file regexp.h.

Referenced by String_split().

◆ paren_count

DWORD match_state_t::paren_count

Definition at line 50 of file regexp.h.

◆ parens

RECapture match_state_t::parens

Definition at line 51 of file regexp.h.


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