MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / SetPointer

Method SetPointer

src/plugin/kernel/interface/AFINode.hpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 virtual void SetDouble(double value) {}
115 virtual void SetString(const std::string& value) {}
116 virtual void SetPointer(void* value) {}
117 virtual void SetUserData(const void* value, size_t size) {}
118 virtual void SetRawUserData(void* value) {}
119 virtual void SetInt32(int32_t value) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected