MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / push_back

Method push_back

src/OpenLoco/src/Localisation/StringBuffer.cpp:83–86  ·  view source on GitHub ↗

std::back_inserter support.

Source from the content-addressed store, hash-verified

81
82 // std::back_inserter support.
83 void StringBuffer::push_back(value_type chr)
84 {
85 append(chr);
86 }
87
88 char* StringBuffer::current() const
89 {

Callers 15

installSinkFunction · 0.80
makeCurrentEraPlaylistFunction · 0.80
compareElementsFunction · 0.80
autosaveCleanFunction · 0.80
readTutorialFileFunction · 0.80
appendValueMethod · 0.80
paintMethod · 0.80
cleanupLogFilesFunction · 0.80
updateDailyMethod · 0.80
findStationsForCargoTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected