Base class for limited implementation-dependent numeric values. More...
#include </home/chochlik/devel/oglplus/include/oglplus/limited_value.hpp>

Public Member Functions | |
| template<typename Type > | |
| operator Type (void) const | |
| Returns the value. | |
Protected Member Functions | |
| LimitedCount (GLuint value, const char *query_name) | |
Base class for limited implementation-dependent numeric values.
This class checks if the given unsigned int value is in the implementation-dependent range of allowed valued and throws an LimitError exception if it is not.
|
protected |
| Error | |
| LimitError |