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

Impala::Core::VideoSet::MakeQuidLookup::QuidLookupTable::QuidLookupTable (  )  [inline]

Definition at line 27 of file MakeQuidLookup.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName(), and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetInfo().

00027                           :
00028             QuidLookupTableBaseType(ColumnQuid(0), ColumnString(0), 
00029                                     ColumnString(0), ColumnQuid(0))
00030         {
00031             SetInfo("QuidLookupTable");
00032             SetColName(1, "quid");
00033             SetColName(2, "string");
00034             SetColName(3, "friendlystring");
00035             SetColName(4, "shotquid");
00036         }
    };

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:38 2010 for ImpalaSrc by  doxygen 1.5.1