Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class Type>
void Impala::EndianSwap ( Type *  v  )  [inline]

Definition at line 25 of file Endian.h.

References EndianSwapIt().

Referenced by Impala::Util::DatabaseReadNative(), Impala::Util::DatabaseWriteNative(), Impala::Core::Array::Trait::UpoEndian< DstArrayT, SrcArrayT >::DoIt(), NativeTypeRead(), Impala::Persistency::File::ReadNative(), and Impala::Persistency::File::WriteNative().

00026 {
00027 #ifdef BIG_ENDIAN_IO
00028     EndianSwapIt((UInt8 *) v, sizeof(Type));
00029 #endif
00030 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:35:17 2010 for ImpalaSrc by  doxygen 1.5.1