MCPcopy Create free account
hub / github.com/Icinga/icinga2 / EmitNumber

Method EmitNumber

lib/base/configwriter.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void ConfigWriter::EmitNumber(std::ostream& fp, double val)
19{
20 fp << std::fixed << val;
21}
22
23void ConfigWriter::EmitString(std::ostream& fp, const String& val)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected