Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
fg_window getHandle(Window* pValue)
18
{
19
return reinterpret_cast<fg_window>(pValue);
20
}
21
22
fg_font getHandle(Font* pValue)
23
{
Callers
15
fg_create_histogram
Function · 0.85
fg_retain_histogram
Function · 0.85
fg_create_window
Function · 0.85
fg_retain_window
Function · 0.85
fg_create_vector_field
Function · 0.85
fg_retain_vector_field
Function · 0.85
fg_create_image
Function · 0.85
fg_retain_image
Function · 0.85
fg_create_chart
Function · 0.85
fg_retain_chart
Function · 0.85
fg_add_image_to_chart
Function · 0.85
fg_add_histogram_to_chart
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected