OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
CSV_Data Class Reference

#include <CSV_Data.h>

Collaboration diagram for CSV_Data:
Collaboration graph

Public Member Functions

 CSV_Data ()
 
void * getData ()
 
string getType ()
 
void insert (CSV_Field *field, void *value)
 
 ~CSV_Data ()
 

Detailed Description

Definition at line 51 of file CSV_Data.h.

Constructor & Destructor Documentation

CSV_Data::CSV_Data ( )

Definition at line 41 of file CSV_Data.cc.

CSV_Data::~CSV_Data ( )

Definition at line 46 of file CSV_Data.cc.

Member Function Documentation

void * CSV_Data::getData ( )

Definition at line 109 of file CSV_Data.cc.

Referenced by CSV_Obj::getFieldData(), and CSV_Obj::getRecordCount().

string CSV_Data::getType ( )

Definition at line 113 of file CSV_Data.cc.

Referenced by CSV_Obj::getRecordCount().

void CSV_Data::insert ( CSV_Field field,
void *  value 
)

Definition at line 67 of file CSV_Data.cc.

References CSV_Field::getType().

Referenced by CSV_Obj::load().

Here is the call graph for this function:


The documentation for this class was generated from the following files: