MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getSymbol

Method getSymbol

src/backend/common/DependencyModule.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 /// Returns a function pointer to the function with the name symbol_name
60 template<typename T>
61 T getSymbol(const char* symbol_name) {
62 functions.push_back(getFunctionPointer(handle, symbol_name));
63 return (T)functions.back();
64 }
65
66 /// Returns true if the module was successfully loaded
67 bool isLoaded() const noexcept;

Callers

nothing calls this directly

Calls 1

getFunctionPointerFunction · 0.70

Tested by

no test coverage detected