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

Method c_string

kernel/old/old.Poly.h:343–346  ·  view source on GitHub ↗

resource managed by Singular

Source from the content-addressed store, hash-verified

341 }
342 //* resource managed by Singular
343 char* c_string() const{
344
345 return p_String(ptr->p,ptr->getRing(),ptr->getRing());
346 }
347
348 PolyBase(ring r=currRing):ptr(new PolyImpl((poly) NULL,r)){
349 }

Callers

nothing calls this directly

Calls 2

p_StringFunction · 0.50
getRingMethod · 0.45

Tested by

no test coverage detected