#include <OpenMesh/Core/System/config.h>#include <cstdio>#include <algorithm>#include <typeinfo>#include <OpenMesh/Core/System/omstream.hh>#include <OpenMesh/Core/IO/SR_types.hh>#include <OpenMesh/Core/Utils/GenProg.hh>

Go to the source code of this file.
| #define REVERSE_FUNDAMENTAL_TYPE | ( | T | ) |
template <> inline T& reverse_byte_order( T& _t ) {\ _reverse_byte_order_N<sizeof(T)>( reinterpret_cast<uint8_t*>(&_t) ); \ return _t; \ }