MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / collect_leaves

Method collect_leaves

docopt_private.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 virtual void collect_leaves(std::vector<LeafPattern*>& lst) override final {
113 lst.push_back(this);
114 }
115
116 virtual bool match(PatternList& left, std::vector<std::shared_ptr<LeafPattern>>& collected) const override;
117

Callers 1

collect_leavesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected