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

Impala::Application::MediaTable::TableColumn::TableColumn ( std::string  name,
int  type,
bool  isExtra = false,
int  width = 120,
int  visparam = 0 
) [inline]

Definition at line 14 of file TableColumn.h.

References mColumnName, mIsExtra, mType, mVisParam, and mWidth.

00015     {
00016         mColumnName = name;
00017         mWidth      = width;
00018         mType       = type;
00019         mVisParam   = visparam;
00020         mIsExtra        = isExtra;
00021     }


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