Clover Git
OpenCL 1.1 software implementation
Public Member Functions

Coal::MarkerEvent Class Reference

Marker event. More...

#include <events.h>

Inheritance diagram for Coal::MarkerEvent:
Collaboration diagram for Coal::MarkerEvent:

List of all members.

Public Member Functions

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

Detailed Description

Marker event.

Definition at line 713 of file events.h.


Constructor & Destructor Documentation

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

Definition at line 1482 of file events.cpp.


Member Function Documentation

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

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

Reimplemented from Coal::WaitForEventsEvent.

Definition at line 1489 of file events.cpp.

References Coal::Event::Marker.


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