Intel clGPU
|
Represents an event object assotiated with a executed Command. More...
#include <engine.hpp>
Inherits engine_object.
Public Member Functions | |
virtual std::chrono::nanoseconds | wait ()=0 |
Wait for the event completion. More... | |
![]() | |
engine_object (const std::shared_ptr< engine > &engine) | |
template<class EngTy = engine> | |
auto | get_engine () const -> typename std::enable_if< std::is_base_of< engine, EngTy >::value, std::shared_ptr< EngTy >>::type |
Returns associated Engine object. | |
Represents an event object assotiated with a executed Command.
Definition at line 72 of file engine.hpp.
|
pure virtual |
Wait for the event completion.