#include <device_access.h>
Public Member Functions | |
| DeviceAccess (iface::SimulationInterface *simulation, T *device_pointer) | |
| T & | operator* () |
| const T & | operator* () const |
| T * | operator-> () |
| const T * | operator-> () const |
| virtual | ~DeviceAccess () |
Protected Attributes | |
| Context | context_ |
| KernelStateModifier | kernel_state_modifier_ |
| T * | device_pointer_ |
|
inlineexplicit |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |