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

Method writeCardinalProperty

gfanlib/gfanlib_polymakefile.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264
265void PolymakeFile::writeCardinalProperty(const char *p, Integer n)
266{
267 stringstream t;
268 t<<n<<endl;
269 writeProperty(p,t.str());
270}
271
272
273bool PolymakeFile::readBooleanProperty(const char */*p*/)

Callers 2

toStringMethod · 0.80
toStringMethod · 0.80

Calls 1

strMethod · 0.45

Tested by

no test coverage detected