Go to the source code of this file.
Classes | |
class | String_t |
String class which uses utf8 internally. More... | |
class | RefCountedString_t |
Reference counted string which deletes itself when the reference count reaches zero. More... | |
Enumerations | |
enum | line_ending_type_t { eLINEENDING_unix, eLINEENDING_dos, eLINEENDING_native } |
enum line_ending_type_t |
Enumeration indicated whether line endings should be UNIX (linefeed), DOS (carriage return plus linefeed), or whatever line ending type is native to the platform (DOS line endings for Windows, UNIX line endings for every other system).
Definition at line 41 of file UTString.h.