Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Genivia/RE-flex
/ functions
Functions
1,072 in github.com/Genivia/RE-flex
⨍
Functions
1,072
◇
Types & classes
147
Method
FSM_BACK
FSM extra code BACK position to a previous position returned by FSM_POSN().
include/reflex/matcher.h:370
Method
FSM_DENT
FSM code DENT.
include/reflex/matcher.h:355
Method
FSM_HEAD
FSM code HEAD.
include/reflex/matcher.h:342
Method
FSM_META_BOB
FSM code META BOB.
include/reflex/matcher.h:400
Method
FSM_META_BOL
FSM code META BOL.
include/reflex/matcher.h:410
Method
FSM_META_BWE
FSM code META BWE.
include/reflex/matcher.h:420
Method
FSM_META_DED
FSM code META DED.
include/reflex/matcher.h:376
Method
FSM_META_EOB
FSM code META EOB.
include/reflex/matcher.h:395
Method
FSM_META_EOL
FSM code META EOL.
include/reflex/matcher.h:405
Method
FSM_META_EWB
FSM code META EWB.
include/reflex/matcher.h:425
Method
FSM_META_IND
FSM code META IND.
include/reflex/matcher.h:381
Method
FSM_META_NWB
FSM code META NWB.
include/reflex/matcher.h:440
Method
FSM_META_NWE
FSM code META NWE.
include/reflex/matcher.h:435
Method
FSM_META_UND
FSM code META UND.
include/reflex/matcher.h:386
Method
FSM_META_WBB
FSM code META WBB.
include/reflex/matcher.h:450
Method
FSM_META_WBE
FSM code META WBE.
include/reflex/matcher.h:445
Method
FSM_POSN
FSM extra code POSN returns current position.
include/reflex/matcher.h:365
Method
FSM_REDO
FSM code REDO.
include/reflex/matcher.h:328
Method
FSM_TAIL
FSM code TAIL.
include/reflex/matcher.h:349
Method
Field
examples/lua.hpp:760
Method
FieldInfo
examples/minic.hpp:1679
Method
FlexLexer
Construct Flex-compatible lexer to read from a std::istream (and echo the text matches to a std::ostream).
include/reflex/flexlexer.h:456
Method
Float
examples/lua.hpp:121
Method
ForCounter
examples/lua.hpp:411
Method
ForIterator
examples/lua.hpp:440
Method
Function
examples/lua.hpp:500
Method
FunctionCall
examples/lua.hpp:572
Method
FunctionName
examples/lua.hpp:722
Method
FuzzyMatcher
< binary matching without UTF-8 multibyte encodings Default constructor.
fuzzy/fuzzymatcher.h:55
Method
FuzzyMatcher
< binary matching without UTF-8 multibyte encodings Default constructor.
include/reflex/fuzzymatcher.h:55
Method
Goto
examples/lua.hpp:534
Method
H1
examples/minic.hpp:1946
Method
H2
examples/minic.hpp:1956
Method
H4
examples/minic.hpp:1966
Method
If
examples/lua.hpp:357
Method
Index
examples/lua.hpp:310
Method
Input
Construct empty input character sequence.
include/reflex/input.h:337
Method
Integer
examples/lua.hpp:114
Method
Iterator
Construct an AbstractMatcher::Iterator such that Iterator() == AbstractMatcher::Operation(*this, method).end().
include/reflex/absmatcher.h:204
Method
L1
examples/minic.hpp:1951
Method
L2
examples/minic.hpp:1961
Method
L4
examples/minic.hpp:1971
Method
Label
examples/lua.hpp:540
Method
Lambda
examples/lua.hpp:157
Method
LexerError
Invoked by reflex-generated yyFlexLexer when an error occurs.
include/reflex/flexlexer.h:562
Method
LineMatcher
Construct matcher engine from an input character sequence.
include/reflex/linematcher.h:48
Method
List
examples/lua.hpp:36
Method
Local
examples/lua.hpp:582
Method
LocalFunction
examples/lua.hpp:646
Method
Matcher
Default constructor.
include/reflex/matcher.h:56
Method
Matcher
Construct a lexer matcher from a matcher's pattern type.
include/reflex/abslexer.h:55
Method
Matcher
Construct a FlexLexer matcher from a matcher's pattern type.
include/reflex/flexlexer.h:420
Method
Member
examples/lua.hpp:324
Method
MetaEdgesClosure
include/reflex/pattern.h:847
Method
MethodInfo
examples/minic.hpp:1695
Method
NameList
examples/lua.hpp:64
Method
Node
include/reflex/pattern.h:697
Method
ORanges
Construct an empty range.
include/reflex/ranges.h:645
Method
Op
examples/lua.hpp:268
Method
Operation
Construct an AbstractMatcher::Operation functor to scan, search, or split an input character sequence.
include/reflex/absmatcher.h:277
Method
Option
include/reflex/pattern.h:1063
Method
Option
include/reflex/absmatcher.h:168
Method
PCRE2Matcher
Default constructor.
include/reflex/pcre2matcher.h:56
Method
PCRE2UTFMatcher
Default constructor.
include/reflex/pcre2matcher.h:478
Method
Parameters
examples/lua.hpp:729
Method
Pattern
Construct an unset pattern.
include/reflex/pattern.h:112
Method
PatternMatcher
< pattern class of this matcher, a typedef of the PatternMatcher template parameter Copy constructor, the underlying pattern object is shared (not dee
include/reflex/absmatcher.h:1755
Method
PatternMatcher
< pattern class of this matcher Copy constructor, the underlying pattern string is copied.
include/reflex/absmatcher.h:1908
Method
Pos
tests/test_ranges.cpp:18
Method
Position
< accept, not a regex position
include/reflex/pattern.h:661
Method
Proto
examples/minic.hpp:403
Function
REFLEX_DBGOUT_
lib/debug.cpp:49
Method
Range
examples/lua.hpp:754
Method
Ranges
Construct an empty range.
include/reflex/ranges.h:177
Method
Return
examples/lua.hpp:668
Method
Rule
src/reflex.h:121
Method
SGR
src/reflex.h:209
Method
SaveState
fuzzy/fuzzymatcher.h:166
Method
SaveState
include/reflex/fuzzymatcher.h:166
Method
State
< maps lo to hi and state to transition to on char in range [lo,hi]
include/reflex/pattern.h:805
Method
StdEcmaMatcher
Default constructor.
include/reflex/stdmatcher.h:384
Method
StdMatcher
Default constructor.
include/reflex/stdmatcher.h:55
Method
StdPosixMatcher
Default constructor.
include/reflex/stdmatcher.h:469
Method
String
examples/lua.hpp:128
Method
Table
examples/minic.hpp:305
Method
Table
examples/lua.hpp:183
Method
Tables
lib/posix.cpp:43
Method
Tables
lib/unicode.cpp:44
Method
Transpiler
examples/lua.hpp:764
Method
Tree
include/reflex/pattern.h:704
Method
Type
examples/minic.hpp:390
Method
UnaryOp
examples/lua.hpp:255
Method
Until
examples/lua.hpp:390
Method
Variable
examples/lua.hpp:295
Method
While
examples/lua.hpp:370
Method
WrappedMatcher
tests/rtest.cpp:33
Method
WrappedMatcher
tests/stest.cpp:26
Method
WrappedMatcher
tests/ptest.cpp:35
Method
WrappedMatcher
tests/btest.cpp:28
Method
YYLeng
The matched text length.
include/reflex/flexlexer.h:469
← previous
next →
301–400 of 1,072, ranked by callers