#include "base-precomp.h"
#include <mrpt/utils/core_defs.h>
#include <mrpt/utils/bits.h>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | __has_builtin(x) 0 |
Functions | |
template<typename T > | |
void | reverseBytesInPlace_2b (T &v_in_out) |
template<typename T > | |
void | reverseBytesInPlace_4b (T &v_in_out) |
template<typename T > | |
void | reverseBytesInPlace_8b (T &v_in_out) |
void reverseBytesInPlace_2b | ( | T & | v_in_out | ) |
Definition at line 31 of file bits.cpp.
References mrpt::system::os::memcpy().
Referenced by mrpt::utils::reverseBytesInPlace().
void reverseBytesInPlace_4b | ( | T & | v_in_out | ) |
Definition at line 40 of file bits.cpp.
References mrpt::system::os::memcpy().
Referenced by mrpt::utils::reverseBytesInPlace().
void reverseBytesInPlace_8b | ( | T & | v_in_out | ) |
Definition at line 56 of file bits.cpp.
References mrpt::system::os::memcpy().
Referenced by mrpt::utils::reverseBytesInPlace().
Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |