MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / getString

Method getString

MonaBase/sources/Parameters.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29bool Parameters::getString(const char* key, std::string& value) const {
30 const char* temp = getRaw(key);
31 if (!temp)
32 return false;
33 value.assign(temp);
34 return true;
35}
36
37
38bool Parameters::getBoolean(const char* key, bool& value) const {

Callers 15

onXMLInfosMethod · 0.45
onStartXMLElementMethod · 0.45
ADD_TESTFunction · 0.45
ADD_TESTFunction · 0.45
ADD_TESTFunction · 0.45
WinService.cppFile · 0.45
TimezoneMethod · 0.45
initApplicationPathsMethod · 0.45
HomeMethod · 0.45
startMethod · 0.45
MonaServer.cppFile · 0.45
ItemMethod · 0.45

Calls

no outgoing calls

Tested by 5

onXMLInfosMethod · 0.36
onStartXMLElementMethod · 0.36
ADD_TESTFunction · 0.36
ADD_TESTFunction · 0.36
ADD_TESTFunction · 0.36