Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/utility/inmemoryserializer.h"
#include "config.h"
#include <algorithm>
#include <vector>
Defines gmx::ISerializer implementation for in-memory serialization.
Functions | |
template<typename T > | |
T | gmx::anonymous_namespace{inmemoryserializer.cpp}::swapEndian (const T &value) |
Return value with the byte order swapped. | |
EndianSwapBehavior | gmx::anonymous_namespace{inmemoryserializer.cpp}::setEndianSwapBehaviorFromHost (EndianSwapBehavior endianSwapBehavior) |
Change the host-dependent endian settings to either Swap or DoNotSwap. More... | |