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

Method EmitBoolean

lib/base/configwriter.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace icinga;
12
13void ConfigWriter::EmitBoolean(std::ostream& fp, bool val)
14{
15 fp << (val ? "true" : "false");
16}
17
18void ConfigWriter::EmitNumber(std::ostream& fp, double val)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected