CyberEngineMkIII
|
Contains all string implementations. More...
Classes | |
class | CStyle |
A basic char contained string. More... | |
class | Dynamic |
Used for string of allocated variable length. More... | |
class | Static |
A string pointing to unchanging data in the stack above it or the data segment. Must have UTF-8 encoding. More... | |
class | UTF8 |
A variable length UTF-8 string. More... | |
class | UTF16 |
UTF-16 String enabled only under windows. More... | |
Contains all string implementations.