MCPcopy Create free account
hub / github.com/Genivia/RE-flex / ~Pattern

Method ~Pattern

include/reflex/pattern.h:190–193  ·  view source on GitHub ↗

Destructor, deletes internal code array when owned and allocated.

Source from the content-addressed store, hash-verified

188 }
189 /// Destructor, deletes internal code array when owned and allocated.
190 virtual ~Pattern()
191 {
192 clear();
193 }
194 /// Clear and delete pattern data.
195 void clear()
196 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected