Clover Git
OpenCL 1.1 software implementation
Public Member Functions

Coal::WaitForEventsEvent Class Reference

Event waiting for others to complete before being completed. More...

#include <events.h>

Inheritance diagram for Coal::WaitForEventsEvent:
Collaboration diagram for Coal::WaitForEventsEvent:

List of all members.

Public Member Functions

 WaitForEventsEvent (CommandQueue *parent, cl_uint num_events_in_wait_list, const Event **event_wait_list, cl_int *errcode_ret)
virtual Type type () const
 Say the event is a Coal::Event::WaitForEvents one.

Detailed Description

Event waiting for others to complete before being completed.

Definition at line 699 of file events.h.


Constructor & Destructor Documentation

WaitForEventsEvent::WaitForEventsEvent ( CommandQueue parent,
cl_uint  num_events_in_wait_list,
const Event **  event_wait_list,
cl_int *  errcode_ret 
)

Definition at line 1467 of file events.cpp.


Member Function Documentation

Event::Type WaitForEventsEvent::type ( ) const [virtual]

Say the event is a Coal::Event::WaitForEvents one.

Implements Coal::Event.

Reimplemented in Coal::MarkerEvent.

Definition at line 1474 of file events.cpp.

References Coal::Event::WaitForEvents.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines