MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PImpl

Method PImpl

src/xml_parsing.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 int suffix_count = 0;
253
254 explicit PImpl(const BehaviorTreeFactory& fact)
255 : factory(&fact), current_path(std::filesystem::current_path())
256 {}
257
258 void clear()
259 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected