MCPcopy 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_arrayFunction · 0.45
znew_arrayFunction · 0.45
VStringMethod · 0.45
cloneMethod · 0.45
strMethod · 0.45
~VMapMethod · 0.45
addMethod · 0.45
removeMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected