CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Types.hpp
Go to the documentation of this file.
1 #pragma once
3 
4 using byte = unsigned char;
5 
6 #include "Containers.hpp"
7 #include "String/Strings.hpp"
8 
9 #include "Typename.hpp"
10 #include "Singleton.hpp"
11 #include "ParameterPack.hpp"
12 
13 #include "EngineInformation.hpp"
14 #include "Exception.hpp"
15 
16 #include "Threadable.hpp"
17 #include "ThreadableTaskset.hpp"
unsigned char byte
It's a byte, 8 bits, etc...
Definition: Types.hpp:4
Aliasings of STL containers to use the correct allocator types.
Defines CYB::API::ThreadableTaskset.
Defines the CYB::API::EngineInformation class.
Defines the exception classes of the engine.
Defines the Typename template prototype.
Defines the singleton template class.
Includes various string functions.
Defines the template for working with parameter packed template arguments.
The multithreading API used by the CyberEngine.