A FunctionCall represents a function call of an OpenGL API function, including the parameter and return values.
More...
#include <glbinding/include/glbinding/FunctionCall.h>
A FunctionCall represents a function call of an OpenGL API function, including the parameter and return values.
◆ FunctionCall() [1/2]
Constructor.
- Parameters
-
This FunctionCall is initialized with empty parameters and return values with the current time.
◆ ~FunctionCall()
virtual glbinding::FunctionCall::~FunctionCall |
( |
| ) |
|
|
virtual |
◆ FunctionCall() [2/2]
glbinding::FunctionCall::FunctionCall |
( |
FunctionCall && |
other | ) |
|
Move Constructor.
- Parameters
-
◆ operator=() [1/2]
Deleted assigment operator; no memory management for dynamically allocated memory implemented.
◆ operator=() [2/2]
◆ toString()
std::string glbinding::FunctionCall::toString |
( |
| ) |
const |
Converts this FunctionCall to a string usable to put into a log.
- Returns
- A string representing the contents of this FunctionCall.
◆ function
The function of this call.
◆ timestamp
std::chrono::system_clock::time_point glbinding::FunctionCall::timestamp |
◆ parameters
The list of parameter values; doesn't have to be filled.
◆ returnValue
The return value; doesn't have to be filled.
The documentation for this struct was generated from the following file: