36 #define I_CSV_Field_h 1 50 CSV_Field(): _name(
""), _type(
""), _index(0)
57 void insertName(
const string& fieldName)
61 void insertType(
const string& fieldType)
65 void insertIndex(
const int& fieldIndex)
70 string getName()
const 74 string getType()
const 83 virtual void dump(ostream &strm)
const 85 strm << BESIndent::LMarg <<
"CSV_Field::dump - (" << (
void *)
this <<
")" << endl;
87 strm << BESIndent::LMarg <<
"name: " << _name << endl << BESIndent::LMarg <<
"type: " << _type << endl
88 << BESIndent::LMarg <<
"index: " << _index << endl;
89 BESIndent::UnIndent();
93 #endif // I_CSV_Field_h Base object for bes objects.
virtual void dump(ostream &strm) const
dump the contents of this object to the specified ostream