MCPcopy Create free account
hub / github.com/boostorg/build / string_push_back

Function string_push_back

src/engine/jam_strings.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169void string_push_back( string * self, char x )
170{
171 string_append_range( self, &x, &x + 1 );
172}
173
174
175char string_back( string * self )

Callers 15

import_base_ruleFunction · 0.85
file_build1Function · 0.85
module_statFunction · 0.85
path_buildFunction · 0.85
path_tmpfileFunction · 0.85
combine_stringsFunction · 0.85
debug_string_readFunction · 0.85
debug_object_readFunction · 0.85
debug_format_rulenameFunction · 0.85
debug_child_printFunction · 0.85
debug_start_childFunction · 0.85

Calls 1

string_append_rangeFunction · 0.85

Tested by

no test coverage detected