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

Method SharedLibrary

src/shared_library_WIN.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace BT
10{
11SharedLibrary::SharedLibrary()
12{
13 _handle = nullptr;
14}
15
16void SharedLibrary::load(const std::string& path, int)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected