public nothrow | Cursor() |
public nothrow | Cursor(Cursor&& that) |
suppress | Cursor(const Cursor&) |
public nothrow | Cursor(void* cursorHandle_) |
public nothrow | Cursor(void* cursorHandle_, bool standard_) |
public | ~Cursor() |
public nothrow void* | Handle() const |
public nothrow bool | IsStandard() const |
public nothrow void | SetStandard() |
suppress void | operator=(const Cursor&) |
private void* | cursorHandle |
private bool | standard |