Declares a common base class for examples. More...
#include <set>
#include <memory>
#include <cassert>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | oglplus::ExampleParams |
Run-time parameters for example instances. More... | |
class | oglplus::ExampleTimePeriod |
A class measuring a time period in the examples. More... | |
class | oglplus::ExampleClock |
Class measuring the simulation time of an Example. More... | |
class | oglplus::ExampleThread |
Base class for OGLplus example offscreen rendering threads. More... | |
class | oglplus::Example |
Base class for OGLplus examples. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Declares a common base class for examples.
Copyright 2008-2013 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)