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

Impala::Core::Array::ArraySystem::SysInf::SysInf ( size_t  n,
size_t  siz,
int  al 
) [inline]

Definition at line 203 of file ArraySystem.h.

References mAllocNr, mN, and mSizeof.

00204         {
00205             mN = n;
00206             mSizeof = siz;
00207             mAllocNr = al;
00208         }


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