MCPcopy Create free account
hub / github.com/Singular/Singular / str

Method str

kernel/oswrapper/vspace.h:763–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761 return vnew<VString>(_buffer.as_ptr(), _len);
762 }
763 const char *str() const {
764 return _buffer.as_ptr();
765 }
766};
767
768static inline VRef<VString> vstring(const char *s) {

Callers 15

printTableFunction · 0.45
printMethod · 0.45
toStringFunction · 0.45
toPrintStringFunction · 0.45
readUntilFunction · 0.45
openMethod · 0.45
writeCardinalPropertyMethod · 0.45
writeMatrixPropertyMethod · 0.45
renamingStringsMethod · 0.45
toStringMethod · 0.45

Calls 1

as_ptrMethod · 0.45

Tested by 5

toStringFunction · 0.36
toPrintStringFunction · 0.36
_2SFunction · 0.36
_2SFunction · 0.36
_2SFunction · 0.36