MCPcopy Create free account
hub / github.com/Genivia/ugrep / Node

Method Node

include/reflex/pattern.h:697–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695#ifdef WITH_TREE_MAP
696 struct Node {
697 Node()
698 :
699 accept(0)
700 { }
701 std::map<Char,Node> edges; ///< edges to next tree nodes
702 Accept accept; ///< nonzero if final state, the index of an accepted/captured subpattern
703 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected