\brief Default constructor - initializes to NULL.
| 2844 | public: |
| 2845 | //! \brief Default constructor - initializes to NULL. |
| 2846 | Event() : detail::Wrapper<cl_type>() { } |
| 2847 | |
| 2848 | /*! \brief Constructor from cl_event - takes ownership. |
| 2849 | * |
nothing calls this directly
no outgoing calls
no test coverage detected