28#define FONcUInt64_h_ 1 
   30#include <libdap/BaseType.h> 
   36#include "FONcBaseType.h" 
   47    libdap::BaseType *          _bt ;
 
   52    virtual void        define( 
int ncid ) ;
 
   53    virtual void        write( 
int ncid ) ;
 
   55    virtual string      name() ;
 
   56    virtual nc_type     
type() ;
 
 
virtual string name()
returns the name of the DAP UInt64
 
virtual nc_type type()
returns the netcdf type of the DAP object
 
virtual void write(int ncid)
Write the unsigned int out to the netcdf file.
 
virtual void dump(ostream &strm) const
dumps information about this object for debugging purposes
 
FONcUInt64(libdap::BaseType *b)
Constructor for FOncUInt64 that takes a DAP UInt64.
 
virtual void define(int ncid)
define the DAP UInt64 in the netcdf file
 
virtual ~FONcUInt64()
Destructor that cleans up the instance.