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

Method SharedLibrary

src/shared_library.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "behaviortree_cpp/exceptions.h"
4
5BT::SharedLibrary::SharedLibrary(const std::string& path, int flags)
6{
7 load(path, flags);
8}
9
10void* BT::SharedLibrary::getSymbol(const std::string& name)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected