GME
13
|
#include <OCLContext.h>
Public Types | |
enum | ContextType { CT_EXCLUSIVE = 0, CT_INCLUSIVE = 1 } |
Public Member Functions | |
virtual | ~Context () |
ContextType | GetType () const |
Protected Member Functions | |
Context (ContextType eType) |
Definition at line 29 of file OCLContext.h.
Definition at line 32 of file OCLContext.h.
OclCommon::Context::Context | ( | ContextType | eType | ) | [inline, protected] |
Definition at line 38 of file OCLContext.h.
virtual OclCommon::Context::~Context | ( | ) | [inline, virtual] |
Definition at line 44 of file OCLContext.h.
ContextType OclCommon::Context::GetType | ( | ) | const [inline] |
Definition at line 48 of file OCLContext.h.