MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Properties

Method Properties

framework/src/util/Properties.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 // unnecessary.
72
73 Properties::Properties(AnyMap const& p) : props(p)
74 {
75 if (p.GetType() != AnyMap::UNORDERED_MAP_CASEINSENSITIVE_KEYS)
76 {
77 props_check::ValidateAnyMap(p);
78 }
79 }
80
81 Properties::Properties(AnyMap&& p) : props(std::move(p))
82 {

Callers

nothing calls this directly

Calls 2

ValidateAnyMapFunction · 0.85
GetTypeMethod · 0.45

Tested by

no test coverage detected