Home
last modified time | relevance | path

Searched defs:RegexMatch (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d700 @trusted public struct RegexMatch(R, alias Engine = ThompsonMatcher) in foreach() struct
705 alias Char = BasicElementOf!R; in foreach()
706 alias EngineType = Engine!Char; in foreach()
707 EngineType _engine; in foreach()
708 R _input; in foreach()
712 this(RegEx)(R input, RegEx prog) in foreach()
728 @property ref size_t counter(){ return *cast(size_t*)_memory.ptr; } in foreach()
730 this(this) in foreach()
740 ~this() in foreach()
751 @property R pre() in foreach()
[all …]