CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Strings.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 namespace CYB {
5  namespace API {
7  namespace String {};
8  };
9 };
10 
11 #include "CStyleString.hpp"
12 #include "StaticString.hpp"
13 #include "DynamicString.hpp"
14 #include "UTF8String.hpp"
Contains the definitions of a basic c string.
Contains the definitions of a basic string.
Defines CYB::API::String::Dynamic.