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

template<class Type>
int Impala::Core::Array::Pattern::PxArithTypeDim ( Type  v  )  [inline]

Definition at line 48 of file PxArithTypes.h.

00049 {
00050     /*** This template function should never be compiled.  If this ***/
00051     /*** still happens the compiler will halt as the function-call ***/
00052     /*** in the body of this template is undeclared.  This implies ***/
00053     /*** that a template specialization for at least 1 pre-defined ***/
00054     /*** Horus ArithType is unavailable and should be added in the ***/
00055     /*** list of template specializations below.                   ***/
00056 
00057     if_compiler_gets_here_a_template_specialization_is_missing_below();
00058     return (sizeof(Type) / sizeof(MPI_BYTE));
00059 }


Generated on Fri Mar 19 11:02:31 2010 for ImpalaSrc by  doxygen 1.5.1