MCPcopy Create free account
hub / github.com/SpartanJ/eepp / push_back

Method push_back

src/eepp/core/string.cpp:2047–2049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2045}
2046
2047void String::push_back( StringBaseType c ) {
2048 mString.push_back( c );
2049}
2050
2051void String::swap( String& str ) {
2052 mString.swap( str.mString );

Callers 15

initNewOutputMethod · 0.80
OutputParserModelMethod · 0.80
UIBuildSettingsMethod · 0.80
bindTableMethod · 0.80
runSetupMethod · 0.80
runSelectMethod · 0.80
buildMethod · 0.80
fuzzyMatchMethod · 0.80
UniversalLocatorMethod · 0.80
openDocumentsModelMethod · 0.80
openBuildModelMethod · 0.80
openBuildTypeModelMethod · 0.80

Calls

no outgoing calls

Tested by 7

UTESTFunction · 0.64
UTESTFunction · 0.64
UTESTFunction · 0.64
createBaseUIMethod · 0.64
physicsCreateMethod · 0.64
TestModelMethod · 0.64