maxon.CStringInterface¶
Description¶
Class to store ASCII strings. CString stores 8 bit characters.
Any characters are legal, including 0C (strings are not null-terminated).
Strings are reference-counted objects.
This means that as long as you copy and do not modify strings they are just referenced.
The first modification breaks the link and it becomes a unique new object.