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

template<class StorT, int elemSize, class ArithT>
virtual String Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::GetTypeName (  )  [inline, virtual]

Definition at line 97 of file Array2dTem.h.

00098     {
00099         std::ostringstream s;
00100         s << "Array(" << Element::TypeString<StorT>(0) << "," << elemSize << ")";
00101         return s.str();
00102     }


Generated on Thu Jan 13 09:17:12 2011 for ImpalaSrc by  doxygen 1.5.1