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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::UpoEndian< DstArrayT, SrcArrayT >::DoIt ( DstStorT dst,
SrcStorT src 
) [inline]

Definition at line 37 of file UpoEndian.h.

References Impala::EndianSwap().

00038     {
00039         *dst = *src;
00040         EndianSwap(dst);
00041     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:05:40 2010 for ImpalaSrc by  doxygen 1.5.1