glbinding
2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
glbinding
include
glbinding
AbstractValue.h
Go to the documentation of this file.
1
2
#pragma once
3
4
#include <string>
5
#include <iosfwd>
6
7
#include <glbinding/glbinding_api.h>
8
9
10
namespace
glbinding
11
{
12
13
20
class
GLBINDING_API
AbstractValue
21
{
22
public
:
27
AbstractValue
();
28
33
virtual
~
AbstractValue
();
34
42
virtual
void
printOn(std::ostream & stream)
const
= 0;
43
51
std::string asString()
const
;
52
};
53
54
55
}
// namespace glbinding
glbinding
Contains all the classes of glbinding.
glbinding::AbstractValue
The AbstractValue class represents the superclass of a printable wrapper around an OpenGL data type...
Definition:
AbstractValue.h:20
Generated on Wed Aug 31 2016 07:33:39 for glbinding by
1.8.11