35#include "FONcBaseType.h"
59 virtual void define(
int ncid);
60 virtual void write(
int ncid);
62 virtual string name();
63 virtual nc_type
type();
virtual nc_type type()
returns the netcdf type of the DAP Str
virtual void define(int ncid)
Define the string variable in the netcdf file.
virtual ~FONcStr()
Destructor that cleans up the str.
virtual void write(int ncid)
Write the str out to the netcdf file.
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
virtual string name()
returns the name of the DAP Str
FONcStr(libdap::BaseType *b)
Constructor for FONcStr that takes a DAP Str.