Query object wrappers. More...
#include <oglplus/glfunc.hpp>
#include <oglplus/object/wrapper.hpp>
#include <oglplus/object/reference.hpp>
#include <oglplus/error/object.hpp>
#include <oglplus/enumerations.hpp>
#include <cassert>
#include <oglplus/enums/query_target.ipp>
#include <oglplus/enums/query_target_range.ipp>
#include <oglplus/enums/conditional_render_mode.ipp>
#include <oglplus/enums/conditional_render_mode_range.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::ObjGenDelOps< tag::Query > |
Class wrapping query construction/destruction functions. More... | |
class | oglplus::QueryExecution< ResultType > |
A helper class automatically executing a query. More... | |
class | oglplus::ObjectOps< tag::DirectState, tag::Query > |
Class wrapping query functions with (direct state access) More... | |
class | oglplus::QueryActivator |
RAII Query activator/deactivator. More... | |
class | oglplus::ConditionalRender |
RAII conditional render activator/deactivator. More... | |
class | oglplus::QueryExecution< ResultType > |
A helper class automatically executing a query. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Typedefs | |
typedef ObjectOps < tag::DirectState, tag::Query > | oglplus::QueryOps |
Query operations with direct state access. | |
typedef Object< QueryOps > | oglplus::Query |
An oglplus_object encapsulating the asynchronous query functionality. | |
Query object wrappers.
Copyright 2010-2014 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)