OpenTTD Source 20250522-master-g467f832c2f
string_inplace.hpp File Reference

Inplace-replacement of textual and binary data. More...

Go to the source code of this file.

Data Structures

class  InPlaceBuilder
 Builder implementation for InPlaceReplacement. More...
 
class  InPlaceBuilder::back_insert_iterator
 Implementation of std::back_insert_iterator for non-growing destination buffer. More...
 
class  InPlaceReplacement
 Compose data into a fixed size buffer, which is consumed at the same time. More...
 

Detailed Description

Inplace-replacement of textual and binary data.

Definition in file string_inplace.hpp.