MCPcopy Create free account
hub / github.com/SpartanJ/efsw / String

Method String

src/efsw/String.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91String::String() {}
92
93String::String( char ansiChar, const std::locale& locale ) {
94 mString += Utf32::DecodeAnsi( ansiChar, locale );

Callers

nothing calls this directly

Calls 4

reserveMethod · 0.80
lengthMethod · 0.80
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected