SDEngine
Game Engine
Loading...
Searching...
No Matches
types.hpp File Reference
#include <cstdint>
#include <limits>
+ Include dependency graph for types.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOCAL_PERSIST   static
 

Typedefs

using I8 = std::int8_t
 
using I16 = std::int16_t
 
using I32 = std::int32_t
 
using I64 = std::int64_t
 
using U8 = std::uint8_t
 
using U16 = std::uint16_t
 
using U32 = std::uint32_t
 
using U64 = std::uint64_t
 
using USize = std::size_t
 
using F32 = float
 
using F64 = double
 

Variables

template<typename T >
constexprg_type_max = std::numeric_limits<T>::max()
 

Macro Definition Documentation

◆ LOCAL_PERSIST

#define LOCAL_PERSIST   static

Typedef Documentation

◆ F32

◆ F64

◆ I16

◆ I32

◆ I64

◆ I8

◆ U16

◆ U32

◆ U64

◆ U8

◆ USize

Variable Documentation

◆ g_type_max

template<typename T >
constexpr T g_type_max = std::numeric_limits<T>::max()
constexpr