36 #define I_CSV_Field_h 1
55 { _name = fieldName; }
57 { _type = fieldType; }
59 { _index = fieldIndex; }
65 virtual void dump( ostream &strm )
const
68 <<
"CSV_Field::dump - ("
69 << (
void *)
this <<
")" << endl ;
72 <<
"name: " << _name << endl
74 <<
"type: " << _type << endl
76 <<
"index: " << _index << endl ;
81 #endif // I_CSV_Field_h
void insertIndex(const int &fieldIndex)
void insertType(const string &fieldType)
Base object for bes objects.
static ostream & LMarg(ostream &strm)
void insertName(const string &fieldName)
virtual void dump(ostream &strm) const
dump the contents of this object to the specified ostream