glbinding  2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Value.inl File Reference
#include <ostream>

Namespaces

namespace  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...