$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

endianness.h File Reference

#include "core/globalDefs.h"
#include <algorithm>
Include dependency graph for endianness.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<int nBytes>
void plb::endianByteSwapImpl (char const *src, char *dest)
template<int nBytes>
void plb::endianByteSwapImpl (char *value)
template<typename T >
void plb::endianByteSwap (T const &src, T &dest)
template<typename T >
void plb::endianByteSwap (T &value)
template<>
void plb::endianByteSwapImpl< 1 > (char const *src, char *dest)
template<>
void plb::endianByteSwapImpl< 1 > (char *value)
template<>
void plb::endianByteSwapImpl< 2 > (char const *src, char *dest)
template<>
void plb::endianByteSwapImpl< 2 > (char *value)
template<>
void plb::endianByteSwapImpl< 4 > (char const *src, char *dest)
template<>
void plb::endianByteSwapImpl< 4 > (char *value)
template<>
void plb::endianByteSwapImpl< 8 > (char const *src, char *dest)
template<>
void plb::endianByteSwapImpl< 8 > (char *value)
template<>
void plb::endianByteSwapImpl< 12 > (char const *src, char *dest)
template<>
void plb::endianByteSwapImpl< 12 > (char *value)
template<>
void plb::endianByteSwapImpl< 16 > (char const *src, char *dest)
template<>
void plb::endianByteSwapImpl< 16 > (char *value)