|
|
|
@ -47,7 +47,7 @@ more information. |
|
|
|
@todo `QUERY_COUNTER_BITS` (not sure since when this is supported) |
|
|
|
@todo `QUERY_COUNTER_BITS` (not sure since when this is supported) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class MAGNUM_EXPORT AbstractQuery: public AbstractObject { |
|
|
|
class MAGNUM_EXPORT AbstractQuery: public AbstractObject { |
|
|
|
friend class Implementation::QueryState; |
|
|
|
friend struct Implementation::QueryState; |
|
|
|
|
|
|
|
|
|
|
|
public: |
|
|
|
public: |
|
|
|
/** @brief Copying is not allowed */ |
|
|
|
/** @brief Copying is not allowed */ |
|
|
|
|