#include <vector>
#include <memory>
#include <glbinding/glbinding_api.h>
#include <glbinding/glbinding_features.h>
#include <glbinding/AbstractValue.h>
#include <glbinding/Value.inl>
Go to the source code of this file.
|
namespace | glbinding |
| Contains all the classes of glbinding.
|
|
|
template<typename Argument > |
std::unique_ptr< AbstractValue > | glbinding::createValue (const Argument &argument) |
| A wrapper around the type deduction and memory allocation of a specific argument.
|
|
template<typename... Arguments> |
std::vector< std::unique_ptr< AbstractValue > > | glbinding::createValues (Arguments &&... arguments) |
| A wrapper around the creation of a vector of arguments.
|
|