7 #include "nutools/IFDatabase/Column.h" 8 #include "nutools/IFDatabase/ColumnDef.h" 24 Row(
const std::vector<Column>&);
25 Row(std::vector<ColumnDef>&);
32 if (idx < (
int)
fCol.size() && idx>=0)
39 if (idx < (
int)
fCol.size() && idx>=0) {
83 for (
unsigned int i=0; i<row.
fCol.size(); ++i) {
84 stream << row.
fCol[i];
85 if (i < row.
fCol.size()-1)
unsigned __int64 uint64_t
const GenericPointer< typename T::ValueType > T2 value