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();
65 virtual void dump(ostream &strm)
const;
virtual string name()
returns the name of the DAP Str
virtual ~FONcStr()
Destructor that cleans up the str.
A class representing the DAP Str class for file out netcdf.
FONcStr(libdap::BaseType *b)
Constructor for FONcStr that takes a DAP Str.
A DAP BaseType with file out netcdf information included.
virtual void define(int ncid)
Define the string variable in the netcdf file.
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 nc_type type()
returns the netcdf type of the DAP Str