Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ as_ptr
Method
as_ptr
kernel/oswrapper/vspace.h:446–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
return internals::vmem.to_ptr(vaddr);
445
}
446
T *as_ptr() const {
447
return (T *) to_ptr();
448
}
449
T &as_ref() const {
450
return *(T *) to_ptr();
451
}
Callers
9
vnew_array
Function · 0.45
znew_array
Function · 0.45
VString
Method · 0.45
clone
Method · 0.45
str
Method · 0.45
~VMap
Method · 0.45
add
Method · 0.45
remove
Method · 0.45
find
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected