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

Method String

Singular/ipid.cc:271–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271char * idrec::String(BOOLEAN typed)
272{
273 sleftv tmp;
274 tmp.Init();
275 tmp.rtyp=IDTYP(this);
276 tmp.data=IDDATA(this);
277 tmp.name=IDID(this);
278 return tmp.String(NULL, typed);
279}
280
281idhdl enterid(const char * s, int lev, int t, idhdl* root, BOOLEAN init, BOOLEAN search)
282{

Callers 6

newstruct_StringFunction · 0.45
jjSTRING_PLFunction · 0.45
lStringFunction · 0.45
countedref_StringFunction · 0.45
jjPRINTFunction · 0.45
jjPRINT_FORMATFunction · 0.45

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected