A helper class automatically executing a query. More...
#include </home/chochlik/devel/oglplus/include/oglplus/query.hpp>
Inherits oglplus::QueryOps::Activator.
A helper class automatically executing a query.
Instances of this class begin the query in the constructor and end the query in the destructor. It is more convenient not to use this class directly, use the Execute() function instead.