Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Types.h File Reference
#include "Poco/Foundation.h"
#include <cstdint>
+ Include dependency graph for Types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Poco
 

Typedefs

using Poco::Int8 = std::int8_t
 
using Poco::UInt8 = std::uint8_t
 
using Poco::Int16 = std::int16_t
 
using Poco::UInt16 = std::uint16_t
 
using Poco::Int32 = std::int32_t
 
using Poco::UInt32 = std::uint32_t
 
using Poco::Int64 = std::int64_t
 
using Poco::UInt64 = std::uint64_t
 
using Poco::IntPtr = std::intptr_t
 
using Poco::UIntPtr = std::uintptr_t