8 #include <glbinding/glbinding_api.h> 15 class AbstractFunction;
77 std::string toString()
const;
Contains all the classes of glbinding.
The AbstractValue class represents the superclass of a printable wrapper around an OpenGL data type...
Definition: AbstractValue.h:20
AbstractValue * returnValue
The return value; doesn't have to be filled.
Definition: FunctionCall.h:84
A FunctionCall represents a function call of an OpenGL API function, including the parameter and retu...
Definition: FunctionCall.h:22
std::vector< AbstractValue * > parameters
The list of parameter values; doesn't have to be filled.
Definition: FunctionCall.h:83
std::chrono::system_clock::time_point timestamp
The time of the call.
Definition: FunctionCall.h:81
The AbstractFunction represents an OpenGL API function.
Definition: AbstractFunction.h:23