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

Method after

source/glbinding/source/AbstractFunction.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void AbstractFunction::after(const FunctionCall & call)
108{
109 Binding::after(call);
110}
111
112void AbstractFunction::log(FunctionCall && call)
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected