MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / set_boolean

Method set_boolean

dds/DCPS/ConfigStoreImpl.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void
145ConfigStoreImpl::set_boolean(const char* key,
146 DDS::Boolean value)
147{
148 set_string(key, value ? "true" : "false");
149}
150
151DDS::Boolean
152ConfigStoreImpl::get_boolean(const char* key,

Callers 15

set_defaultsMethod · 0.80
log_warningsMethod · 0.80
log_discoveryMethod · 0.80
log_activityMethod · 0.80
log_httpMethod · 0.80
log_thread_statusMethod · 0.80
restart_detectionMethod · 0.80
set_securityMethod · 0.80
set_BITMethod · 0.80
thread_per_connectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected