32#include <libdap/Byte.h>
39#include "FONcBaseType.h"
55 virtual void define(
int ncid ) ;
56 virtual void write(
int ncid ) ;
58 virtual string name() ;
59 virtual nc_type
type() ;
FONcUByte(libdap::BaseType *b)
Constructor for FONcUByte that takes a DAP Byte.
virtual void define(int ncid)
define the DAP Byte in the netcdf file
virtual ~FONcUByte()
Destructor that cleans up the byte.
virtual nc_type type()
returns the netcdf type of the DAP Byte
virtual string name()
returns the name of the DAP Byte
virtual void write(int ncid)
Write the byte out to the netcdf file.
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes