MCPcopy Create free account

hub / github.com/Genivia/RE-flex / functions

Functions1,072 in github.com/Genivia/RE-flex

MethodFSM_BACK
FSM extra code BACK position to a previous position returned by FSM_POSN().
include/reflex/matcher.h:370
MethodFSM_DENT
FSM code DENT.
include/reflex/matcher.h:355
MethodFSM_HEAD
FSM code HEAD.
include/reflex/matcher.h:342
MethodFSM_META_BOB
FSM code META BOB.
include/reflex/matcher.h:400
MethodFSM_META_BOL
FSM code META BOL.
include/reflex/matcher.h:410
MethodFSM_META_BWE
FSM code META BWE.
include/reflex/matcher.h:420
MethodFSM_META_DED
FSM code META DED.
include/reflex/matcher.h:376
MethodFSM_META_EOB
FSM code META EOB.
include/reflex/matcher.h:395
MethodFSM_META_EOL
FSM code META EOL.
include/reflex/matcher.h:405
MethodFSM_META_EWB
FSM code META EWB.
include/reflex/matcher.h:425
MethodFSM_META_IND
FSM code META IND.
include/reflex/matcher.h:381
MethodFSM_META_NWB
FSM code META NWB.
include/reflex/matcher.h:440
MethodFSM_META_NWE
FSM code META NWE.
include/reflex/matcher.h:435
MethodFSM_META_UND
FSM code META UND.
include/reflex/matcher.h:386
MethodFSM_META_WBB
FSM code META WBB.
include/reflex/matcher.h:450
MethodFSM_META_WBE
FSM code META WBE.
include/reflex/matcher.h:445
MethodFSM_POSN
FSM extra code POSN returns current position.
include/reflex/matcher.h:365
MethodFSM_REDO
FSM code REDO.
include/reflex/matcher.h:328
MethodFSM_TAIL
FSM code TAIL.
include/reflex/matcher.h:349
MethodField
examples/lua.hpp:760
MethodFieldInfo
examples/minic.hpp:1679
MethodFlexLexer
Construct Flex-compatible lexer to read from a std::istream (and echo the text matches to a std::ostream).
include/reflex/flexlexer.h:456
MethodFloat
examples/lua.hpp:121
MethodForCounter
examples/lua.hpp:411
MethodForIterator
examples/lua.hpp:440
MethodFunction
examples/lua.hpp:500
MethodFunctionCall
examples/lua.hpp:572
MethodFunctionName
examples/lua.hpp:722
MethodFuzzyMatcher
< binary matching without UTF-8 multibyte encodings Default constructor.
fuzzy/fuzzymatcher.h:55
MethodFuzzyMatcher
< binary matching without UTF-8 multibyte encodings Default constructor.
include/reflex/fuzzymatcher.h:55
MethodGoto
examples/lua.hpp:534
MethodH1
examples/minic.hpp:1946
MethodH2
examples/minic.hpp:1956
MethodH4
examples/minic.hpp:1966
MethodIf
examples/lua.hpp:357
MethodIndex
examples/lua.hpp:310
MethodInput
Construct empty input character sequence.
include/reflex/input.h:337
MethodInteger
examples/lua.hpp:114
MethodIterator
Construct an AbstractMatcher::Iterator such that Iterator() == AbstractMatcher::Operation(*this, method).end().
include/reflex/absmatcher.h:204
MethodL1
examples/minic.hpp:1951
MethodL2
examples/minic.hpp:1961
MethodL4
examples/minic.hpp:1971
MethodLabel
examples/lua.hpp:540
MethodLambda
examples/lua.hpp:157
MethodLexerError
Invoked by reflex-generated yyFlexLexer when an error occurs.
include/reflex/flexlexer.h:562
MethodLineMatcher
Construct matcher engine from an input character sequence.
include/reflex/linematcher.h:48
MethodList
examples/lua.hpp:36
MethodLocal
examples/lua.hpp:582
MethodLocalFunction
examples/lua.hpp:646
MethodMatcher
Default constructor.
include/reflex/matcher.h:56
MethodMatcher
Construct a lexer matcher from a matcher's pattern type.
include/reflex/abslexer.h:55
MethodMatcher
Construct a FlexLexer matcher from a matcher's pattern type.
include/reflex/flexlexer.h:420
MethodMember
examples/lua.hpp:324
MethodMetaEdgesClosure
include/reflex/pattern.h:847
MethodMethodInfo
examples/minic.hpp:1695
MethodNameList
examples/lua.hpp:64
MethodNode
include/reflex/pattern.h:697
MethodORanges
Construct an empty range.
include/reflex/ranges.h:645
MethodOp
examples/lua.hpp:268
MethodOperation
Construct an AbstractMatcher::Operation functor to scan, search, or split an input character sequence.
include/reflex/absmatcher.h:277
MethodOption
include/reflex/pattern.h:1063
MethodOption
include/reflex/absmatcher.h:168
MethodPCRE2Matcher
Default constructor.
include/reflex/pcre2matcher.h:56
MethodPCRE2UTFMatcher
Default constructor.
include/reflex/pcre2matcher.h:478
MethodParameters
examples/lua.hpp:729
MethodPattern
Construct an unset pattern.
include/reflex/pattern.h:112
MethodPatternMatcher
< 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
MethodPatternMatcher
< pattern class of this matcher Copy constructor, the underlying pattern string is copied.
include/reflex/absmatcher.h:1908
MethodPos
tests/test_ranges.cpp:18
MethodPosition
< accept, not a regex position
include/reflex/pattern.h:661
MethodProto
examples/minic.hpp:403
FunctionREFLEX_DBGOUT_
lib/debug.cpp:49
MethodRange
examples/lua.hpp:754
MethodRanges
Construct an empty range.
include/reflex/ranges.h:177
MethodReturn
examples/lua.hpp:668
MethodRule
src/reflex.h:121
MethodSGR
src/reflex.h:209
MethodSaveState
fuzzy/fuzzymatcher.h:166
MethodSaveState
include/reflex/fuzzymatcher.h:166
MethodState
< maps lo to hi and state to transition to on char in range [lo,hi]
include/reflex/pattern.h:805
MethodStdEcmaMatcher
Default constructor.
include/reflex/stdmatcher.h:384
MethodStdMatcher
Default constructor.
include/reflex/stdmatcher.h:55
MethodStdPosixMatcher
Default constructor.
include/reflex/stdmatcher.h:469
MethodString
examples/lua.hpp:128
MethodTable
examples/minic.hpp:305
MethodTable
examples/lua.hpp:183
MethodTables
lib/posix.cpp:43
MethodTables
lib/unicode.cpp:44
MethodTranspiler
examples/lua.hpp:764
MethodTree
include/reflex/pattern.h:704
MethodType
examples/minic.hpp:390
MethodUnaryOp
examples/lua.hpp:255
MethodUntil
examples/lua.hpp:390
MethodVariable
examples/lua.hpp:295
MethodWhile
examples/lua.hpp:370
MethodWrappedMatcher
tests/rtest.cpp:33
MethodWrappedMatcher
tests/stest.cpp:26
MethodWrappedMatcher
tests/ptest.cpp:35
MethodWrappedMatcher
tests/btest.cpp:28
MethodYYLeng
The matched text length.
include/reflex/flexlexer.h:469
← previousnext →301–400 of 1,072, ranked by callers