The buffer for writing a single string. More...
Public Member Functions | |
void | AppendByte (byte value) |
Conveniance method for adding a byte. | |
void | AppendUtf8 (uint32 value) |
Add an Unicode character encoded in UTF-8 to the buffer. |
The buffer for writing a single string.
Definition at line 236 of file strgen_base.cpp.
void Buffer::AppendByte | ( | byte | value | ) | [inline] |
Conveniance method for adding a byte.
value | The value to add. |
Definition at line 241 of file strgen_base.cpp.
References SmallVector< byte, 256 >::Append().
Referenced by LanguageWriter::WriteLang().
void Buffer::AppendUtf8 | ( | uint32 | value | ) | [inline] |
Add an Unicode character encoded in UTF-8 to the buffer.
value | The character to add. |
Definition at line 250 of file strgen_base.cpp.
References SmallVector< byte, 256 >::Append(), and GB().
Referenced by LanguageWriter::WriteLang().