MCPcopy Create free account
hub / github.com/arrayfire/forge / getHandle

Function getHandle

src/backend/common/handle.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16
17fg_window getHandle(Window* pValue)
18{
19 return reinterpret_cast<fg_window>(pValue);
20}
21
22fg_font getHandle(Font* pValue)
23{

Callers 15

fg_create_histogramFunction · 0.85
fg_retain_histogramFunction · 0.85
fg_create_windowFunction · 0.85
fg_retain_windowFunction · 0.85
fg_create_vector_fieldFunction · 0.85
fg_retain_vector_fieldFunction · 0.85
fg_create_imageFunction · 0.85
fg_retain_imageFunction · 0.85
fg_create_chartFunction · 0.85
fg_retain_chartFunction · 0.85
fg_add_image_to_chartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected