MCPcopy Create free account
hub / github.com/cginternals/glbinding / FunctionCall

Method FunctionCall

source/glbinding/source/FunctionCall.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13FunctionCall::FunctionCall(const AbstractFunction * _function)
14: function(_function)
15, returnValue(nullptr)
16{
17 if (function->isAnyEnabled(CallbackMask::Timestamp))
18 {
19 timestamp = std::chrono::system_clock::now();
20 }
21}
22
23FunctionCall::FunctionCall(FunctionCall && other)
24: function(std::move(other.function))

Callers

nothing calls this directly

Calls 1

isAnyEnabledMethod · 0.80

Tested by

no test coverage detected