glbinding  2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Value.h File Reference
#include <vector>
#include <glbinding/glbinding_api.h>
#include <glbinding/AbstractValue.h>
#include <glbinding/gl/types.h>
#include <glbinding/gl/boolean.h>
#include <glbinding/Value.inl>

Go to the source code of this file.

Classes

class  glbinding::Value< T >
 The Value class represents a printable wrapper around an OpenGL data type. More...
 

Namespaces

 glbinding
 Contains all the classes of glbinding.
 

Functions

template<typename Argument >
AbstractValue * glbinding::createValue (const Argument &argument)
 A wrapper around the type deduction and memory allocation of a specific argument. More...
 
template<typename... Arguments>
std::vector< AbstractValue * > glbinding::createValues (Arguments &&... arguments)
 A wrapper around the creation of a vector of arguments. More...