OGLplus (0.52.0) a C++ wrapper for OpenGL

glfunc.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_ERROR_GLFUNC_1107121317_HPP
14 #define OGLPLUS_ERROR_GLFUNC_1107121317_HPP
15 
16 #include <oglplus/error/basic.hpp>
17 
18 namespace oglplus {
19 
21 
38  : public Error
39 {
40 public:
41  static const char* Message(void);
42 
43  MissingFunction(const char* message)
44  : Error(message)
45  { }
46 };
47 
48 } // namespace oglplus
49 
50 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
51 #include <oglplus/error/glfunc.ipp>
52 #endif
53 
54 #endif // include guard
Exception class for situations when a pointer to a GL function is invalid.
Definition: glfunc.hpp:37
Exception class for general OpenGL errors.
Definition: basic.hpp:43
Declaration of basic OGLplus' exceptions.

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).