Intel clGPU
raise_event_command Struct Reference

Represents a command which just raises an event. More...

#include <engine.hpp>

Inherits command.

Additional Inherited Members

- Public Member Functions inherited from command
virtual std::shared_ptr< eventsubmit (const std::vector< std::shared_ptr< event >> &dependencies={}, const command_queue &queue=default_queue)=0
 Submit the command on Engine queue. More...
 
- Public Member Functions inherited from engine_object
 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.
 

Detailed Description

Represents a command which just raises an event.

Definition at line 213 of file engine.hpp.


The documentation for this struct was generated from the following file: