Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
installSink
Function · 0.80
makeCurrentEraPlaylist
Function · 0.80
makeCustomSelectionPlaylist
Function · 0.80
updateFullscreenResolutions
Function · 0.80
compareElements
Function · 0.80
autosaveClean
Function · 0.80
readTutorialFile
Function · 0.80
appendValue
Method · 0.80
paint
Method · 0.80
cleanupLogFiles
Function · 0.80
updateDaily
Method · 0.80
findStationsForCargoType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected