A helper class automatically executing a query. More...
#include </home/chochlik/devel/oglplus/include/oglplus/query.hpp>
Public Member Functions | |
bool | Finish (void) |
Explicitly ends the query. | |
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.