CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes
CYB::API::String Namespace Reference

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...
 

Detailed Description

Contains all string implementations.