|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <CSV_Field.h>


Public Member Functions | |
| CSV_Field () | |
| virtual void | dump (ostream &strm) const |
| dump the contents of this object to the specified ostream More... | |
| int | getIndex () |
| string | getName () |
| string | getType () |
| void | insertIndex (const int &fieldIndex) |
| void | insertName (const string &fieldName) |
| void | insertType (const string &fieldType) |
| virtual | ~CSV_Field () |
Definition at line 44 of file CSV_Field.h.
|
inline |
Definition at line 51 of file CSV_Field.h.
|
inlinevirtual |
Definition at line 52 of file CSV_Field.h.
|
inlinevirtual |
dump the contents of this object to the specified ostream
This method is implemented by all derived classes to dump their contents, in other words, any state they might have, private variables, etc...
The inline function below can be used to dump the contents of an OPeNDAOObj object. For example, the object Animal is derived from BESObj. A user could do the following:
Animal *a = new dog( "Sparky" ) ; cout << a << endl ;
And the dump method for dog could display the name passed into the constructor, the (this) pointer of the object, etc...
| strm | C++ i/o stream to dump the object to |
Implements BESObj.
Definition at line 65 of file CSV_Field.h.
References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

|
inline |
Definition at line 63 of file CSV_Field.h.
Referenced by CSV_Obj::getFieldData().
|
inline |
Definition at line 61 of file CSV_Field.h.
|
inline |
Definition at line 62 of file CSV_Field.h.
Referenced by CSV_Obj::getRecord(), and CSV_Data::insert().
|
inline |
Definition at line 58 of file CSV_Field.h.
Referenced by CSV_Header::populate().
|
inline |
Definition at line 54 of file CSV_Field.h.
Referenced by CSV_Header::populate().
|
inline |
Definition at line 56 of file CSV_Field.h.
Referenced by CSV_Header::populate().