libcineon  0.1
Namespaces | Functions
EndianSwap.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cineon
 libcineon namespace

Functions

template<typename T >
cineon::SwapBytes (T &value)
template<>
unsigned short cineon::SwapBytes (unsigned short &value)
template<>
unsigned char cineon::SwapBytes (unsigned char &value)
template<>
char cineon::SwapBytes (char &value)
template<typename T >
void cineon::SwapBuffer (T *buf, unsigned int len)
template<DataSize SIZE>
void cineon::EndianSwapImageBuffer (void *data, int length)
void cineon::EndianSwapImageBuffer (DataSize size, void *data, int length)