GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
A read-write string stream. More...
#include <stream.h>
Public Types | |
typedef Encoding::Ch | Ch |
Public Attributes | |
Ch * | src_ |
Ch * | dst_ |
Ch * | head_ |
A read-write string stream.
This string stream is particularly designed for in-situ parsing.