#include <VisionaryEndian.h>
|
template<typename T > |
static T | convert (const T &val) |
|
template<typename T > |
static T | convertFrom (const void *pSrc) |
|
template<typename T , class TInputIt > |
static bool | convertFrom (T &rval, TInputIt &first, const TInputIt &last) |
|
template<typename T > |
static void | convertTo (void *pDest, size_t nSize, const T &val) |
|
template<typename T > |
static ByteVector | convertToVector (const T &val, size_t capacity=0u) |
|
|
static constexpr auto | from = frompar |
|
static constexpr auto | to = topar |
|
template<endian frompar, endian topar>
struct visionary::Endian< frompar, topar >
Definition at line 162 of file VisionaryEndian.h.
◆ ByteVector
template<endian frompar, endian topar>
◆ convert()
template<endian frompar, endian topar>
template<typename T >
◆ convertFrom() [1/2]
template<endian frompar, endian topar>
template<typename T >
◆ convertFrom() [2/2]
template<endian frompar, endian topar>
template<typename T , class TInputIt >
static bool visionary::Endian< frompar, topar >::convertFrom |
( |
T & |
rval, |
|
|
TInputIt & |
first, |
|
|
const TInputIt & |
last |
|
) |
| |
|
inlinestatic |
◆ convertTo()
template<endian frompar, endian topar>
template<typename T >
static void visionary::Endian< frompar, topar >::convertTo |
( |
void * |
pDest, |
|
|
size_t |
nSize, |
|
|
const T & |
val |
|
) |
| |
|
inlinestatic |
◆ convertToVector()
template<endian frompar, endian topar>
template<typename T >
◆ from
template<endian frompar, endian topar>
◆ to
template<endian frompar, endian topar>
The documentation for this struct was generated from the following file: