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

Method Split

lib/base/string.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213std::vector<String> String::Split(const char *separators) const
214{
215 std::vector<String> result;
216 boost::algorithm::split(result, m_Data, boost::is_any_of(separators));
217 return result;
218}
219
220void String::Replace(String::SizeType first, String::SizeType second, const String& str)
221{

Callers 15

ContainsDotDotMethod · 0.80
UpdateConfigObjectMethod · 0.80
RunScriptConsoleMethod · 0.80
AgentSatelliteSetupMethod · 0.80
SetupMasterMethod · 0.80
SetupNodeMethod · 0.80
EmitScopeMethod · 0.80
SetMethod · 0.80
GlobMethod · 0.80
CompareVersionMethod · 0.80
ParseMethod · 0.80

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected