Ark Server API (ASA) - Wiki
|
#include <TypeCompatibleBytes.h>
Public Types | |
using | ElementTypeAlias_NatVisHelper = ElementType |
Public Member Functions | |
ElementType * | GetTypedPtr () |
const ElementType * | GetTypedPtr () const |
Public Attributes | |
uint8 | Pad [sizeof(ElementType)] |
An untyped array of data with compile-time alignment and size derived from another type.
Definition at line 22 of file TypeCompatibleBytes.h.
using TTypeCompatibleBytes< ElementType >::ElementTypeAlias_NatVisHelper = ElementType |
Definition at line 24 of file TypeCompatibleBytes.h.
|
inline |
Definition at line 25 of file TypeCompatibleBytes.h.
|
inline |
Definition at line 26 of file TypeCompatibleBytes.h.
uint8 TTypeCompatibleBytes< ElementType >::Pad[sizeof(ElementType)] |
Definition at line 28 of file TypeCompatibleBytes.h.