MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / PrintTo

Function PrintTo

tests/src/App/ExpressionParser.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace Base
21{
22void PrintTo(const Quantity& qty, std::ostream* os)
23{
24 *os << qty.toString(QuantityFormat(QuantityFormat::NumberFormat::Fixed));
25}
26} // namespace Base
27
28namespace boost

Callers

nothing calls this directly

Calls 5

QuantityFormatClass · 0.85
toStringMethod · 0.45
typeMethod · 0.45
whatMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected