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

Method writeStringProperty

gfanlib/gfanlib_polymakefile.cpp:467–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466
467void PolymakeFile::writeStringProperty(const char *p, const string &s)
468{
469 if(isXml)
470 writeProperty(p,s);
471 else
472 writeProperty(p,s);
473}
474}

Callers 2

toStringMethod · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected