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

Method Tree

include/reflex/pattern.h:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702 Accept accept; ///< nonzero if final state, the index of an accepted/captured subpattern
703 };
704 Tree()
705 :
706 tree(NULL)
707 { }
708 ~Tree()
709 {
710 clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected