glbinding
3.0.2.58901078581f
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
The Value class represents a printable wrapper around an OpenGL data type. More...
#include <glbinding/include/glbinding/Value.h>
Public Member Functions | |
GLBINDING_CONSTEXPR | Value (const T &value) |
Constructor. More... | |
Value & | operator= (const Value &)=delete |
The deleted assigment operator. More... | |
GLBINDING_CONSTEXPR T | value () const |
Get the value. More... | |
Public Member Functions inherited from glbinding::AbstractValue | |
AbstractValue () | |
Constructor. More... | |
virtual | ~AbstractValue () |
Destructor for correct memory deallocation on subclasses. More... | |
Protected Attributes | |
const T | m_value |
The value. More... | |
The Value class represents a printable wrapper around an OpenGL data type.
T | The data type of the wrapped value |
|
inline |
Constructor.
[in] | value | The value that should be printed later |
|
delete |
The deleted assigment operator.
|
inline |
|
protected |
The value.
Referenced by glbinding::Value< T >::value().