MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / ~Window

Method ~Window

src/api/cpp/graphics.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 : wnd(window), _r(-1), _c(-1), _cmap(AF_COLORMAP_DEFAULT) {}
38
39Window::~Window() {
40 // THOU SHALL NOT THROW IN DESTRUCTORS
41 if (wnd) { af_destroy_window(wnd); }
42}
43
44// NOLINTNEXTLINE(readability-make-member-function-const)
45void Window::setPos(const unsigned x, const unsigned y) {

Callers

nothing calls this directly

Calls 1

af_destroy_windowFunction · 0.50

Tested by

no test coverage detected