MCPcopy Create free account
hub / github.com/axmolengine/axmol / split

Method split

core/base/Console.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::vector<std::string> Console::Utility::split(std::string_view s, char delim)
113{
114 std::vector<std::string> elems;
115 Console::Utility::split(s, delim, elems);
116 return elems;
117}
118
119// isFloat taken from http://stackoverflow.com/questions/447206/c-isfloat-function
120bool Console::Utility::isFloat(std::string_view myString)

Callers 6

from_typeMethod · 0.45
from_stringMethod · 0.45
__init__Method · 0.45
generate_oneFunction · 0.45
get_ndk_major_versionFunction · 0.45
getTextureDataForTextMethod · 0.45

Calls 1

splitFunction · 0.70

Tested by

no test coverage detected