glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
AbstractValue.h
Go to the documentation of this file.
1
2#pragma once
3
4
5#include <glbinding/glbinding_api.h>
6
7
8namespace glbinding
9{
10
11
18class GLBINDING_API AbstractValue
19{
20public:
26
31 virtual ~AbstractValue();
32};
33
34
35} // namespace glbinding
The AbstractValue class represents the superclass of a printable wrapper around a data type.
Definition AbstractValue.h:19
virtual ~AbstractValue()
Destructor for correct memory deallocation on subclasses.
AbstractValue()
Constructor.
Contains all the classes of glbinding.